diff options
author | Magnus Damm <damm@opensource.se> | 2009-11-27 02:32:24 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-11-29 22:02:51 -0500 |
commit | fc1d003de39c306a44abce97c346921de31277cd (patch) | |
tree | da6b460768b8a49111e3c46af1764cc15353a432 /arch/sh/boards/mach-ecovec24/setup.c | |
parent | 9a1607071c293e48b08bd703733480b1d55c7b93 (diff) |
sh: Move KEYSC header file
This patch moves the KEYSC header file from the
SuperH specific asm directory to a place where
it can be shared by multiple architectures.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/mach-ecovec24/setup.c')
-rw-r--r-- | arch/sh/boards/mach-ecovec24/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-ecovec24/setup.c b/arch/sh/boards/mach-ecovec24/setup.c index 5932f049e782..0dd98ed5f7a8 100644 --- a/arch/sh/boards/mach-ecovec24/setup.c +++ b/arch/sh/boards/mach-ecovec24/setup.c | |||
@@ -20,12 +20,12 @@ | |||
20 | #include <linux/i2c.h> | 20 | #include <linux/i2c.h> |
21 | #include <linux/i2c/tsc2007.h> | 21 | #include <linux/i2c/tsc2007.h> |
22 | #include <linux/input.h> | 22 | #include <linux/input.h> |
23 | #include <linux/input/sh_keysc.h> | ||
23 | #include <linux/mfd/sh_mobile_sdhi.h> | 24 | #include <linux/mfd/sh_mobile_sdhi.h> |
24 | #include <video/sh_mobile_lcdc.h> | 25 | #include <video/sh_mobile_lcdc.h> |
25 | #include <media/sh_mobile_ceu.h> | 26 | #include <media/sh_mobile_ceu.h> |
26 | #include <asm/heartbeat.h> | 27 | #include <asm/heartbeat.h> |
27 | #include <asm/sh_eth.h> | 28 | #include <asm/sh_eth.h> |
28 | #include <asm/sh_keysc.h> | ||
29 | #include <asm/clock.h> | 29 | #include <asm/clock.h> |
30 | #include <asm/suspend.h> | 30 | #include <asm/suspend.h> |
31 | #include <cpu/sh7724.h> | 31 | #include <cpu/sh7724.h> |