diff options
author | Magnus Damm <damm@opensource.se> | 2009-11-27 08:32:24 +0100 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-11-30 04:02:51 +0100 |
commit | fc1d003de39c306a44abce97c346921de31277cd (patch) | |
tree | da6b460768b8a49111e3c46af1764cc15353a432 /arch/sh/boards/mach-ecovec24 | |
parent | sh: convert /proc/cpu/aligmnent, /proc/cpu/kernel_alignment to seq_file (diff) | |
download | linux-fc1d003de39c306a44abce97c346921de31277cd.tar.xz linux-fc1d003de39c306a44abce97c346921de31277cd.zip |
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')
-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 @@ #include <linux/i2c.h> #include <linux/i2c/tsc2007.h> #include <linux/input.h> +#include <linux/input/sh_keysc.h> #include <linux/mfd/sh_mobile_sdhi.h> #include <video/sh_mobile_lcdc.h> #include <media/sh_mobile_ceu.h> #include <asm/heartbeat.h> #include <asm/sh_eth.h> -#include <asm/sh_keysc.h> #include <asm/clock.h> #include <asm/suspend.h> #include <cpu/sh7724.h> |