diff options
author | Ryan Mallon <ryan@bluewatersys.com> | 2009-07-15 21:33:22 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-07-17 13:33:25 +0100 |
commit | 2653d1d7f0284f3b68f25dafa208d0a013f7e9db (patch) | |
tree | 7194823d2edbbb7727b2b9fa58e29ebf1614bb8a /drivers/watchdog/ep93xx_wdt.c | |
parent | 6860107a46c8762d35eb7bf71bcf6c6510793b76 (diff) | |
download | op-kernel-dev-2653d1d7f0284f3b68f25dafa208d0a013f7e9db.zip op-kernel-dev-2653d1d7f0284f3b68f25dafa208d0a013f7e9db.tar.gz |
[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 e9f950f..cdd55e0 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" |