watchdog: twl4030_wdt: add missing mod_devicetable.h include
[platform/kernel/linux-starfive.git] / drivers / watchdog / twl4030_wdt.c
index 355e428..36b4a66 100644 (file)
@@ -9,6 +9,7 @@
 #include <linux/types.h>
 #include <linux/slab.h>
 #include <linux/kernel.h>
+#include <linux/mod_devicetable.h>
 #include <linux/watchdog.h>
 #include <linux/platform_device.h>
 #include <linux/mfd/twl.h>