diff options
author | Ryan Mallon <ryan@bluewatersys.com> | 2009-07-16 00:33:22 +0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-07-17 16:33:25 +0400 |
commit | 2653d1d7f0284f3b68f25dafa208d0a013f7e9db (patch) | |
tree | 7194823d2edbbb7727b2b9fa58e29ebf1614bb8a /drivers/watchdog | |
parent | 6860107a46c8762d35eb7bf71bcf6c6510793b76 (diff) | |
download | linux-2653d1d7f0284f3b68f25dafa208d0a013f7e9db.tar.xz |
[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.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" |