Commit c64bbe70 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Rich Felker

input: i8042 - Remove special Cayman handling

As of commit 37744fee ("sh: remove sh5 support"), support for
the SH5-based Cayman platform can no longer be selected.
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarRich Felker <dalias@libc.org>
parent 8a8e5462
...@@ -21,8 +21,6 @@ ...@@ -21,8 +21,6 @@
#elif defined(__arm__) #elif defined(__arm__)
/* defined in include/asm-arm/arch-xxx/irqs.h */ /* defined in include/asm-arm/arch-xxx/irqs.h */
#include <asm/irq.h> #include <asm/irq.h>
#elif defined(CONFIG_SH_CAYMAN)
#include <asm/irq.h>
#elif defined(CONFIG_PPC) #elif defined(CONFIG_PPC)
extern int of_i8042_kbd_irq; extern int of_i8042_kbd_irq;
extern int of_i8042_aux_irq; extern int of_i8042_aux_irq;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment