Skip to content

Commit

Permalink
[WATCHDOG] ks8695_wdt.c: 'CLOCK_TICK_RATE' undeclared
Browse files Browse the repository at this point in the history
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 <adobriyan@gmail.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Cc: stable <stable@kernel.org>
  • Loading branch information
Alexey Dobriyan authored and Wim Van Sebroeck committed Mar 5, 2009
1 parent d9a8798 commit b02c387
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/watchdog/ks8695_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <linux/watchdog.h>
#include <linux/io.h>
#include <linux/uaccess.h>
#include <mach/timex.h>
#include <mach/regs-timer.h>

#define WDT_DEFAULT_TIME 5 /* seconds */
Expand Down

0 comments on commit b02c387

Please sign in to comment.