diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-09-14 09:56:38 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-09-14 09:56:38 +0100 |
commit | ad4162f3712ddf25e148cff1e7dc37eafdff3e51 (patch) | |
tree | 240ec360a832a2efe0b8b0ea92fc0ff4933f2f74 /drivers/char | |
parent | d8ac10639b6a1ed900efbee38c18baaca31e64dc (diff) |
[ARM SMP] Add timer/watchdog defines for MPCore
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>
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/watchdog/mpcore_wdt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/char/watchdog/mpcore_wdt.c b/drivers/char/watchdog/mpcore_wdt.c index c694eee1fb2..75ca84ed4ad 100644 --- a/drivers/char/watchdog/mpcore_wdt.c +++ b/drivers/char/watchdog/mpcore_wdt.c @@ -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 { |