From: Dmitry Torokhov Date: Tue, 27 Sep 2022 15:46:09 +0000 (-0700) Subject: watchdog: twl4030_wdt: add missing mod_devicetable.h include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=099d387ebbcd70c6adc906ab5b66ef639c09dede;p=linux.git watchdog: twl4030_wdt: add missing mod_devicetable.h include The driver is using of_device_id and therefore needs to include mod_devicetable.h header. We used to get this definition indirectly via inclusion of matrix_keypad.h from twl.h, but we are cleaning up matrix_keypad.h from unnecessary includes. Signed-off-by: Dmitry Torokhov Reviewed-by: Guenter Roeck Link: https://lore.kernel.org/r/20220927154611.3330871-1-dmitry.torokhov@gmail.com Signed-off-by: Guenter Roeck Signed-off-by: Wim Van Sebroeck --- diff --git a/drivers/watchdog/twl4030_wdt.c b/drivers/watchdog/twl4030_wdt.c index 355e428c0b99f..36b4a660928d3 100644 --- a/drivers/watchdog/twl4030_wdt.c +++ b/drivers/watchdog/twl4030_wdt.c @@ -9,6 +9,7 @@ #include #include #include +#include #include #include #include