From: Alexey Dobriyan Date: Thu, 12 Feb 2009 10:42:41 +0000 (+0300) Subject: [WATCHDOG] ks8695_wdt.c: 'CLOCK_TICK_RATE' undeclared X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b02c387892fc6b3cc59c78ab2f79413d55f50190;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git [WATCHDOG] ks8695_wdt.c: 'CLOCK_TICK_RATE' undeclared 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 Cc: stable --- 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 */