* [PATCH] ARM: s3c64xx: include header defining input event codes
@ 2022-10-28 16:48 Dmitry Torokhov
2022-10-28 17:49 ` Krzysztof Kozlowski
0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Torokhov @ 2022-10-28 16:48 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Alim Akhtar, Arnd Bergmann, patches, linux-arm-kernel,
linux-samsung-soc, linux-kernel
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>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
---
If possible I'd like to get this through input tree so I can take
another stab at landing matrix_keypad.h patch.
arch/arm/mach-s3c/mach-crag6410.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-s3c/mach-crag6410.c b/arch/arm/mach-s3c/mach-crag6410.c
index 9a45474d1bf7..2ecb85856e24 100644
--- a/arch/arm/mach-s3c/mach-crag6410.c
+++ b/arch/arm/mach-s3c/mach-crag6410.c
@@ -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>
--
2.38.1.273.g43a17bfeac-goog
--
Dmitry
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: s3c64xx: include header defining input event codes
2022-10-28 16:48 [PATCH] ARM: s3c64xx: include header defining input event codes Dmitry Torokhov
@ 2022-10-28 17:49 ` Krzysztof Kozlowski
0 siblings, 0 replies; 2+ messages in thread
From: Krzysztof Kozlowski @ 2022-10-28 17:49 UTC (permalink / raw)
To: Dmitry Torokhov
Cc: Alim Akhtar, Arnd Bergmann, patches, linux-arm-kernel,
linux-samsung-soc, linux-kernel
On 28/10/2022 12:48, Dmitry Torokhov wrote:
> 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>
> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> ---
>
> If possible I'd like to get this through input tree so I can take
> another stab at landing matrix_keypad.h patch.
>
Should be fine, although there is a risk of potential conflict with
Arnd's patches if he changes something more in v2. v1 was
non-conflicting, at first glance.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-10-28 17:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-28 16:48 [PATCH] ARM: s3c64xx: include header defining input event codes Dmitry Torokhov
2022-10-28 17:49 ` Krzysztof Kozlowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).