OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a8e546
)
input: i8042 - Remove special Cayman handling
author
Geert Uytterhoeven
<geert+renesas@glider.be>
Wed, 17 Jun 2020 06:55:39 +0000
(08:55 +0200)
committer
Rich Felker
<dalias@libc.org>
Sat, 15 Aug 2020 02:05:06 +0000
(22:05 -0400)
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>
drivers/input/serio/i8042-io.h
patch
|
blob
|
history
diff --git
a/drivers/input/serio/i8042-io.h
b/drivers/input/serio/i8042-io.h
index
da0bf85
..
64590b8
100644
(file)
--- 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;