aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
diff options
context:
space:
mode:
authorRyan Mallon <ryan@bluewatersys.com>2009-07-15 21:33:22 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-07-17 13:33:25 +0100
commit2653d1d7f0284f3b68f25dafa208d0a013f7e9db (patch)
tree7194823d2edbbb7727b2b9fa58e29ebf1614bb8a /drivers/watchdog
parent[ARM] 5594/1: Correct U300 VIC init PM setting (diff)
downloadlinux-dev-2653d1d7f0284f3b68f25dafa208d0a013f7e9db.tar.xz
linux-dev-2653d1d7f0284f3b68f25dafa208d0a013f7e9db.zip
[ARM] 5606/1: Fix ep93xx watchdog driver headers
Fix a number of build errors in the ep93xx watchdog driver due to missing io.h Signed-off-by: Ryan Mallon <ryan@bluewatersys.com> Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r--drivers/watchdog/ep93xx_wdt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/ep93xx_wdt.c b/drivers/watchdog/ep93xx_wdt.c
index e9f950ff86ea..cdd55e0d09f8 100644
--- a/drivers/watchdog/ep93xx_wdt.c
+++ b/drivers/watchdog/ep93xx_wdt.c
@@ -29,6 +29,7 @@
#include <linux/watchdog.h>
#include <linux/timer.h>
#include <linux/uaccess.h>
+#include <linux/io.h>
#include <mach/hardware.h>
#define WDT_VERSION "0.3"