diff options
author | Ryan Mallon <ryan@bluewatersys.com> | 2009-07-15 22:33:22 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-07-17 14:33:25 +0200 |
commit | 2653d1d7f0284f3b68f25dafa208d0a013f7e9db (patch) | |
tree | 7194823d2edbbb7727b2b9fa58e29ebf1614bb8a /drivers/watchdog/ep93xx_wdt.c | |
parent | [ARM] 5594/1: Correct U300 VIC init PM setting (diff) | |
download | linux-2653d1d7f0284f3b68f25dafa208d0a013f7e9db.tar.xz linux-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/ep93xx_wdt.c')
-rw-r--r-- | drivers/watchdog/ep93xx_wdt.c | 1 |
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" |