From: Yegor Yefremov Date: Tue, 14 Dec 2010 15:29:31 +0000 (+0100) Subject: watchdog: ks8695_wdt: include mach/hardware.h instead of mach/timex.h. X-Git-Tag: v2.6.38-rc1~240^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=568dba66ac307532b6703331df71c17373c17a4a;p=profile%2Fivi%2Fkernel-x86-ivi.git watchdog: ks8695_wdt: include mach/hardware.h instead of mach/timex.h. ks8695_wdt needs KS8695_CLOCK_RATE, which is defined in mach/hardware.h, which is pulled in by the include of mach/timex.h, but the latter is going away, so just include mach/hardware.h directly. Signed-off-by: Yegor Yefremov Signed-off-by: Lennert Buytenhek Signed-off-by: Wim Van Sebroeck --- diff --git a/drivers/watchdog/ks8695_wdt.c b/drivers/watchdog/ks8695_wdt.c index 2852bb2..8114719 100644 --- a/drivers/watchdog/ks8695_wdt.c +++ b/drivers/watchdog/ks8695_wdt.c @@ -21,7 +21,7 @@ #include #include #include -#include +#include #include #define WDT_DEFAULT_TIME 5 /* seconds */