From: Dmitry Torokhov Date: Fri, 28 Oct 2022 16:48:00 +0000 (-0700) Subject: ARM: s3c64xx: include header defining input event codes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=80194a13240b39842d46bf639c7d765ad0cb5648;p=linux.git ARM: s3c64xx: include header defining input event codes The board file for Wolfson Cragganmore 6410 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-by: kernel test robot Acked-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/Y1wHwEm15/K87tdq@google.com Signed-off-by: Dmitry Torokhov --- diff --git a/arch/arm/mach-s3c/mach-crag6410.c b/arch/arm/mach-s3c/mach-crag6410.c index 9a45474d1bf70..2ecb85856e242 100644 --- a/arch/arm/mach-s3c/mach-crag6410.c +++ b/arch/arm/mach-s3c/mach-crag6410.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include #include