From: Dmitry Torokhov Date: Tue, 25 Oct 2022 04:57:19 +0000 (-0700) Subject: Input: stmpe-keypad - add missing of.h include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c59b6bc4673b80c8b26e1102f80b9fbd5f7b8023;p=linux.git 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 --- diff --git a/drivers/input/keyboard/stmpe-keypad.c b/drivers/input/keyboard/stmpe-keypad.c index 7bf97285e30cf..2c6c53290cc0f 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