diff options
Diffstat (limited to 'drivers/input/keyboard/omap4-keypad.c')
-rw-r--r-- | drivers/input/keyboard/omap4-keypad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/omap4-keypad.c b/drivers/input/keyboard/omap4-keypad.c index d5c5d77f4b82..e809ac095a38 100644 --- a/drivers/input/keyboard/omap4-keypad.c +++ b/drivers/input/keyboard/omap4-keypad.c | |||
@@ -31,7 +31,7 @@ | |||
31 | #include <linux/slab.h> | 31 | #include <linux/slab.h> |
32 | #include <linux/pm_runtime.h> | 32 | #include <linux/pm_runtime.h> |
33 | 33 | ||
34 | #include <plat/omap4-keypad.h> | 34 | #include <linux/platform_data/omap4-keypad.h> |
35 | 35 | ||
36 | /* OMAP4 registers */ | 36 | /* OMAP4 registers */ |
37 | #define OMAP4_KBD_REVISION 0x00 | 37 | #define OMAP4_KBD_REVISION 0x00 |