[PATCH] Input: omap4-keypad: Remove the OMAP4_KBD_SYSCONFIG and OMAP4_KBD_SYSSTATUS
Shubhrajyoti D
shubhrajyoti at ti.com
Mon Nov 26 05:51:19 EST 2012
The macros OMAP4_KBD_SYSSTATUS and OMAP4_KBD_SYSSTATUS are not used
so remove them.
Signed-off-by: Shubhrajyoti D <shubhrajyoti at ti.com>
---
drivers/input/keyboard/omap4-keypad.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/input/keyboard/omap4-keypad.c b/drivers/input/keyboard/omap4-keypad.c
index c05f98c..d2b72b7 100644
--- a/drivers/input/keyboard/omap4-keypad.c
+++ b/drivers/input/keyboard/omap4-keypad.c
@@ -36,8 +36,6 @@
/* OMAP4 registers */
#define OMAP4_KBD_REVISION 0x00
-#define OMAP4_KBD_SYSCONFIG 0x10
-#define OMAP4_KBD_SYSSTATUS 0x14
#define OMAP4_KBD_IRQSTATUS 0x18
#define OMAP4_KBD_IRQENABLE 0x1C
#define OMAP4_KBD_WAKEUPENABLE 0x20
--
1.7.5.4
More information about the linux-arm-kernel
mailing list