From: Dmitry Torokhov Date: Tue, 27 Sep 2022 15:42:36 +0000 (-0700) Subject: Input: twl4030-pwrbutton - add missing of.h include X-Git-Tag: v6.1~32^2~9^2~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b7672b0fa0b833312aef5a366a741921af3634f;p=platform%2Fkernel%2Flinux-starfive.git Input: twl4030-pwrbutton - add missing of.h include The driver is using of_match_ptr() and therefore needs to include of.h header. Reviewed-by: Andy Shevchenko Link: https://lore.kernel.org/r/20220927052217.2784593-1-dmitry.torokhov@gmail.com Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/misc/twl4030-pwrbutton.c b/drivers/input/misc/twl4030-pwrbutton.c index b307cca..e3ee063 100644 --- a/drivers/input/misc/twl4030-pwrbutton.c +++ b/drivers/input/misc/twl4030-pwrbutton.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include