From: Geert Uytterhoeven Date: Wed, 17 Jun 2020 06:55:39 +0000 (+0200) Subject: input: i8042 - Remove special Cayman handling X-Git-Tag: baikal/mips/sdk5.9~12876^2~27 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=4f4c7ab4c638800082bad537907589e506c4f616;p=kernel.git input: i8042 - Remove special Cayman handling As of commit 370ef036416cdbfb ("sh: remove sh5 support"), support for the SH5-based Cayman platform can no longer be selected. Signed-off-by: Geert Uytterhoeven Signed-off-by: Rich Felker --- diff --git a/drivers/input/serio/i8042-io.h b/drivers/input/serio/i8042-io.h index da0bf85321de3..64590b86eb37f 100644 --- a/drivers/input/serio/i8042-io.h +++ b/drivers/input/serio/i8042-io.h @@ -21,8 +21,6 @@ #elif defined(__arm__) /* defined in include/asm-arm/arch-xxx/irqs.h */ #include -#elif defined(CONFIG_SH_CAYMAN) -#include #elif defined(CONFIG_PPC) extern int of_i8042_kbd_irq; extern int of_i8042_aux_irq;