summaryrefslogtreecommitdiff
path: root/drivers/watchdog/rza_wdt.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/watchdog/rza_wdt.c')
-rw-r--r--drivers/watchdog/rza_wdt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/watchdog/rza_wdt.c b/drivers/watchdog/rza_wdt.c
index fe6c2ed35e04..cb4901b3f777 100644
--- a/drivers/watchdog/rza_wdt.c
+++ b/drivers/watchdog/rza_wdt.c
@@ -9,9 +9,9 @@
#include <linux/bitops.h>
#include <linux/clk.h>
#include <linux/delay.h>
+#include <linux/io.h>
#include <linux/module.h>
-#include <linux/of_address.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
#include <linux/platform_device.h>
#include <linux/watchdog.h>