diff options
Diffstat (limited to 'drivers/watchdog/stm32mp_wdt.c')
-rw-r--r-- | drivers/watchdog/stm32mp_wdt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/stm32mp_wdt.c b/drivers/watchdog/stm32mp_wdt.c index 4be616c1b6b..7ebcd255266 100644 --- a/drivers/watchdog/stm32mp_wdt.c +++ b/drivers/watchdog/stm32mp_wdt.c @@ -15,6 +15,7 @@ #include <dm/device_compat.h> #include <linux/bitops.h> #include <linux/iopoll.h> +#include <linux/printk.h> /* IWDG registers */ #define IWDG_KR 0x00 /* Key register */ |