[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>

authored by Russell King and committed by Russell King ad4162f3 d8ac1063

+2
+2
drivers/char/watchdog/mpcore_wdt.c
··· 30 30 #include <linux/init.h> 31 31 #include <linux/interrupt.h> 32 32 #include <linux/device.h> 33 + 34 + #include <asm/hardware/arm_twd.h> 33 35 #include <asm/uaccess.h> 34 36 35 37 struct mpcore_wdt {