[ARM SMP] Add timer/watchdog defines for MPCore
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Wed, 14 Sep 2005 08:56:38 +0000 (09:56 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 14 Sep 2005 08:56:38 +0000 (09:56 +0100)
The timer/watchdog register definitions were missing from
the mpcore watchdog patch.  Add them.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/char/watchdog/mpcore_wdt.c

index c694eee..75ca84e 100644 (file)
@@ -30,6 +30,8 @@
 #include <linux/init.h>
 #include <linux/interrupt.h>
 #include <linux/device.h>
+
+#include <asm/hardware/arm_twd.h>
 #include <asm/uaccess.h>
 
 struct mpcore_wdt {