Skip to content

Commit c64bbe7

Browse files
geertuRich Felker
authored andcommitted
input: i8042 - Remove special Cayman handling
As of commit 37744fe ("sh: remove sh5 support"), support for the SH5-based Cayman platform can no longer be selected. Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Rich Felker <[email protected]>
1 parent 8a8e546 commit c64bbe7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/input/serio/i8042-io.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
#elif defined(__arm__)
2222
/* defined in include/asm-arm/arch-xxx/irqs.h */
2323
#include <asm/irq.h>
24-
#elif defined(CONFIG_SH_CAYMAN)
25-
#include <asm/irq.h>
2624
#elif defined(CONFIG_PPC)
2725
extern int of_i8042_kbd_irq;
2826
extern int of_i8042_aux_irq;

0 commit comments

Comments
 (0)