input: omap: void using mach/*.h headers
authorArnd Bergmann <arnd@arndb.de>
Tue, 6 Aug 2019 14:55:58 +0000 (16:55 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 21 Apr 2022 13:01:42 +0000 (15:01 +0200)
commit0ae41a0b5370f82893b91c9edf977fe17646c12a
tree204a7650bde23fa7a0475ad680e5ff921d83cd89
parent9fcd04dde4c472ab6d7473e6815f649bb4abb5e7
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>
drivers/input/keyboard/omap-keypad.c