ARM: s3c64xx: include header defining input event codes
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 28 Oct 2022 16:48:00 +0000 (09:48 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 28 Oct 2022 18:56:17 +0000 (11:56 -0700)
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 <lkp@intel.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/Y1wHwEm15/K87tdq@google.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
arch/arm/mach-s3c/mach-crag6410.c

index 9a45474d1bf7015dcde443bd41f7fcd493151ea6..2ecb85856e24278d0d2c457d7192b15215dbcb13 100644 (file)
@@ -14,6 +14,7 @@
 #include <linux/fb.h>
 #include <linux/io.h>
 #include <linux/init.h>
+#include <linux/input-event-codes.h>
 #include <linux/gpio.h>
 #include <linux/gpio/machine.h>
 #include <linux/leds.h>