From: Ryan Mallon Date: Wed, 15 Jul 2009 20:33:22 +0000 (+0100) Subject: [ARM] 5606/1: Fix ep93xx watchdog driver headers X-Git-Tag: v2.6.31-rc4~28^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2653d1d7f0284f3b68f25dafa208d0a013f7e9db;p=platform%2Fupstream%2Fkernel-adaptation-pc.git [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 Acked-by: H Hartley Sweeten Signed-off-by: Russell King --- 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 #include #include +#include #include #define WDT_VERSION "0.3"