aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2019-08-06 16:55:58 +0200
committerArnd Bergmann <arnd@arndb.de>2022-04-21 15:01:42 +0200
commit0ae41a0b5370f82893b91c9edf977fe17646c12a (patch)
tree204a7650bde23fa7a0475ad680e5ff921d83cd89 /drivers/input
parentserial: 8250/omap1: include linux/soc/ti/omap1-soc.h (diff)
downloadlinux-dev-0ae41a0b5370f82893b91c9edf977fe17646c12a.tar.xz
linux-dev-0ae41a0b5370f82893b91c9edf977fe17646c12a.zip
input: omap: void using mach/*.h headers
The omap-keypad driver currently relies on including mach/memory.h implicitly, but that won't happen once omap1 is converted to CONFIG_ARCH_MULTIPLATFORM. Include the required header explicitly. Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/keyboard/omap-keypad.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/keyboard/omap-keypad.c b/drivers/input/keyboard/omap-keypad.c
index eb3a687796e7..57447d6c9007 100644
--- a/drivers/input/keyboard/omap-keypad.c
+++ b/drivers/input/keyboard/omap-keypad.c
@@ -24,6 +24,7 @@
#include <linux/gpio.h>
#include <linux/platform_data/gpio-omap.h>
#include <linux/platform_data/keypad-omap.h>
+#include <linux/soc/ti/omap1-io.h>
#undef NEW_BOARD_LEARNING_MODE