From: Arnd Bergmann Date: Tue, 6 Aug 2019 14:55:58 +0000 (+0200) Subject: input: omap: void using mach/*.h headers X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0ae41a0b5370f82893b91c9edf977fe17646c12a;p=linux.git 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 Acked-by: Tony Lindgren Signed-off-by: Arnd Bergmann --- diff --git a/drivers/input/keyboard/omap-keypad.c b/drivers/input/keyboard/omap-keypad.c index eb3a687796e72..57447d6c90078 100644 --- a/drivers/input/keyboard/omap-keypad.c +++ b/drivers/input/keyboard/omap-keypad.c @@ -24,6 +24,7 @@ #include #include #include +#include #undef NEW_BOARD_LEARNING_MODE