From: Alexey Dobriyan Date: Thu, 12 Feb 2009 10:42:41 +0000 (+0300) Subject: WATCHDOG: ks8695_wdt.c: 'CLOCK_TICK_RATE' undeclared X-Git-Tag: v2.6.28.8~91 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=6056031333bdc028b85683b42c343e8b08c18af4;p=karo-tx-linux.git WATCHDOG: ks8695_wdt.c: 'CLOCK_TICK_RATE' undeclared commit b02c387892fc6b3cc59c78ab2f79413d55f50190 upstream. On arm-acs5k_tiny: drivers/watchdog/ks8695_wdt.c:68: error: 'CLOCK_TICK_RATE' undeclared (first use in this function) Signed-off-by: Alexey Dobriyan Signed-off-by: Wim Van Sebroeck Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/watchdog/ks8695_wdt.c b/drivers/watchdog/ks8695_wdt.c index 0b798fdaa378..74c92d384112 100644 --- a/drivers/watchdog/ks8695_wdt.c +++ b/drivers/watchdog/ks8695_wdt.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #define WDT_DEFAULT_TIME 5 /* seconds */