summaryrefslogtreecommitdiff
path: root/drivers/watchdog/rt2880_wdt.c
diff options
context:
space:
mode:
authorNeilBrown <neil@brown.name>2018-12-30 14:21:52 +1100
committerWim Van Sebroeck <wim@linux-watchdog.org>2019-01-07 10:10:35 +0100
commit3aa8b8bbc142eeaac89891de584535ceb7fce405 (patch)
treee6c64c50e1b70448bbb88376faec69c2f39dc276 /drivers/watchdog/rt2880_wdt.c
parent3bd6e94bec122a951d462c239b47954cf5f36e33 (diff)
watchdog: mt7621_wdt/rt2880_wdt: Fix compilation problem
These files need #include <linux/mod_devicetable.h> to compile correctly. Fixes: ac3167257b9f ("headers: separate linux/mod_devicetable.h from linux/platform_device.h") Signed-off-by: NeilBrown <neil@brown.name> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
Diffstat (limited to 'drivers/watchdog/rt2880_wdt.c')
-rw-r--r--drivers/watchdog/rt2880_wdt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/rt2880_wdt.c b/drivers/watchdog/rt2880_wdt.c
index 98967f0a7d10..db7c57d82cfd 100644
--- a/drivers/watchdog/rt2880_wdt.c
+++ b/drivers/watchdog/rt2880_wdt.c
@@ -18,6 +18,7 @@
#include <linux/watchdog.h>
#include <linux/moduleparam.h>
#include <linux/platform_device.h>
+#include <linux/mod_devicetable.h>
#include <asm/mach-ralink/ralink_regs.h>