From 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 22 Oct 2024 10:36:11 +0000 Subject: [PATCH] 修改4g拨号为QMI,需要在系统里后台执行quectel-CM --- kernel/drivers/input/serio/i8042-io.h | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/kernel/drivers/input/serio/i8042-io.h b/kernel/drivers/input/serio/i8042-io.h index 34da81c..64590b8 100644 --- a/kernel/drivers/input/serio/i8042-io.h +++ b/kernel/drivers/input/serio/i8042-io.h @@ -1,11 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _I8042_IO_H #define _I8042_IO_H -/* - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published by - * the Free Software Foundation. - */ /* * Names. @@ -24,8 +20,6 @@ # define I8042_AUX_IRQ (RTC_PORT(0) == 0x170 ? 9 : 12) /* Jensen is special */ #elif defined(__arm__) /* defined in include/asm-arm/arch-xxx/irqs.h */ -#include <asm/irq.h> -#elif defined(CONFIG_SH_CAYMAN) #include <asm/irq.h> #elif defined(CONFIG_PPC) extern int of_i8042_kbd_irq; -- Gitblit v1.6.2