aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2020-06-17 08:55:39 +0200
committerRich Felker <dalias@libc.org>2020-08-14 22:05:06 -0400
commitc64bbe7006a4dd5ad51b22ca248d89392487af6d (patch)
tree6038f3caf641469280bba7a9216be2c984ba7b2c /drivers/input
parentsh: Remove SH5-based Cayman platform (diff)
downloadlinux-dev-c64bbe7006a4dd5ad51b22ca248d89392487af6d.tar.xz
linux-dev-c64bbe7006a4dd5ad51b22ca248d89392487af6d.zip
input: i8042 - Remove special Cayman handling
As of commit 37744feebc086908 ("sh: remove sh5 support"), support for the SH5-based Cayman platform can no longer be selected. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Rich Felker <dalias@libc.org>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/serio/i8042-io.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/input/serio/i8042-io.h b/drivers/input/serio/i8042-io.h
index da0bf85321de..64590b86eb37 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 <asm/irq.h>
-#elif defined(CONFIG_SH_CAYMAN)
-#include <asm/irq.h>
#elif defined(CONFIG_PPC)
extern int of_i8042_kbd_irq;
extern int of_i8042_aux_irq;