aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/corgikbd.c
diff options
context:
space:
mode:
authorEric Miao <eric.miao@marvell.com>2009-01-19 15:28:07 +0800
committerEric Miao <eric.miao@marvell.com>2009-03-09 21:22:38 +0800
commit5742964e916269e01a3467d2bff2601180b7da3d (patch)
tree16f5b6675cb8f6cf3e121d36557ce9978cb05f28 /drivers/input/keyboard/corgikbd.c
parent[ARM] pxa: remove machine class specific stuffs from serial driver (diff)
downloadlinux-dev-5742964e916269e01a3467d2bff2601180b7da3d.tar.xz
linux-dev-5742964e916269e01a3467d2bff2601180b7da3d.zip
[ARM] pxa: remove unnecessary #include of pxa-regs.h and hardware.h
pxa-regs.h and hardware.h are not intended for use directly in driver code, remove those unnecessary references. Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'drivers/input/keyboard/corgikbd.c')
-rw-r--r--drivers/input/keyboard/corgikbd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/input/keyboard/corgikbd.c b/drivers/input/keyboard/corgikbd.c
index c8ed065ea0cb..529121be8a98 100644
--- a/drivers/input/keyboard/corgikbd.c
+++ b/drivers/input/keyboard/corgikbd.c
@@ -21,8 +21,6 @@
#include <linux/slab.h>
#include <mach/corgi.h>
-#include <mach/hardware.h>
-#include <mach/pxa-regs.h>
#include <mach/pxa2xx-gpio.h>
#include <asm/hardware/scoop.h>