From c59b6bc4673b80c8b26e1102f80b9fbd5f7b8023 Mon Sep 17 00:00:00 2001 From: Dmitry Torokhov Date: Mon, 24 Oct 2022 21:57:19 -0700 Subject: [PATCH] Input: stmpe-keypad - add missing of.h include The driver is using of_property_read_u32() and therefore needs to include of.h header. Reported-by: Stephen Rothwell Signed-off-by: Dmitry Torokhov --- drivers/input/keyboard/stmpe-keypad.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/input/keyboard/stmpe-keypad.c b/drivers/input/keyboard/stmpe-keypad.c index 7bf97285e30c..2c6c53290cc0 100644 --- a/drivers/input/keyboard/stmpe-keypad.c +++ b/drivers/input/keyboard/stmpe-keypad.c @@ -9,6 +9,7 @@ #include #include #include +#include #include #include #include