hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/input/serio/i8042-io.h
....@@ -1,11 +1,7 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 #ifndef _I8042_IO_H
23 #define _I8042_IO_H
34
4
-/*
5
- * This program is free software; you can redistribute it and/or modify it
6
- * under the terms of the GNU General Public License version 2 as published by
7
- * the Free Software Foundation.
8
- */
95
106 /*
117 * Names.
....@@ -24,8 +20,6 @@
2420 # define I8042_AUX_IRQ (RTC_PORT(0) == 0x170 ? 9 : 12) /* Jensen is special */
2521 #elif defined(__arm__)
2622 /* defined in include/asm-arm/arch-xxx/irqs.h */
27
-#include <asm/irq.h>
28
-#elif defined(CONFIG_SH_CAYMAN)
2923 #include <asm/irq.h>
3024 #elif defined(CONFIG_PPC)
3125 extern int of_i8042_kbd_irq;