From: Dmitry Torokhov Date: Fri, 24 Feb 2023 06:11:21 +0000 (-0800) Subject: ARM: spitz: include header defining input event codes X-Git-Tag: v6.4-rc1~59^2^2~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e03024ce27625e42d3a9a76af37f5369db652cd;p=thirdparty%2Fkernel%2Flinux.git ARM: spitz: include header defining input event codes The board file for Sharp SL-Cxx00 Series of PDAs uses various KEY_* defines, but does not include the relevant header directly and instead relies on other headers to include it indirectly. With the upcoming cleanup of matrix_keypad.h this indirection is now broken and we should include the relevant header directly. Reported: Guenter Roeck Acked-by: Arnd Bergmann Link: https://lore.kernel.org/r/Y/U+3PZsbLw++SnG@google.com Signed-off-by: Dmitry Torokhov --- diff --git a/arch/arm/mach-pxa/spitz.c b/arch/arm/mach-pxa/spitz.c index 9964729cd428f..75634ef6688de 100644 --- a/arch/arm/mach-pxa/spitz.c +++ b/arch/arm/mach-pxa/spitz.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include #include