aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2009-11-27 07:32:24 +0000
committerPaul Mundt <lethal@linux-sh.org>2009-11-30 12:02:51 +0900
commitfc1d003de39c306a44abce97c346921de31277cd (patch)
treeda6b460768b8a49111e3c46af1764cc15353a432 /drivers/input
parentsh: convert /proc/cpu/aligmnent, /proc/cpu/kernel_alignment to seq_file (diff)
downloadlinux-dev-fc1d003de39c306a44abce97c346921de31277cd.tar.xz
linux-dev-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 'drivers/input')
-rw-r--r--drivers/input/keyboard/sh_keysc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/sh_keysc.c b/drivers/input/keyboard/sh_keysc.c
index 887af79b7bff..076111fc72d2 100644
--- a/drivers/input/keyboard/sh_keysc.c
+++ b/drivers/input/keyboard/sh_keysc.c
@@ -18,9 +18,9 @@
#include <linux/delay.h>
#include <linux/platform_device.h>
#include <linux/input.h>
+#include <linux/input/sh_keysc.h>
#include <linux/clk.h>
#include <linux/io.h>
-#include <asm/sh_keysc.h>
#define KYCR1_OFFS 0x00
#define KYCR2_OFFS 0x04