Re: [PATCH 15/41] input: omap: void using mach/*.h headers

2022-04-21 Thread Dmitry Torokhov
On Tue, Apr 19, 2022 at 03:36:57PM +0200, Arnd Bergmann wrote: > From: Arnd Bergmann > > 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. > > Si

[PATCH 15/41] input: omap: void using mach/*.h headers

2022-04-19 Thread Arnd Bergmann
From: Arnd Bergmann 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. Signed-off-by: Arnd Bergmann --- drivers/input/keyboard/omap-keypad.c | 1 + 1