summaryrefslogtreecommitdiff
path: root/arch/arm/plat-s3c
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2009-05-17 23:40:30 +0100
committerBen Dooks <ben-linux@fluff.org>2009-05-17 23:40:30 +0100
commit543899f610799426babb5313682fd9c249e34677 (patch)
tree3b43c6b04941b6e2464413c396020af913ef65e2 /arch/arm/plat-s3c
parent3cba5ef862bc2c2a0cf2841d993bfb99b9a6c476 (diff)
[ARM] S3C64XX: Use common watchdog reset for system reset.
Use the newly moved <plat/watchdog-reset.h> to perform the arch_reset() call which has been unimplemented for a while. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c')
-rw-r--r--arch/arm/plat-s3c/include/plat/watchdog-reset.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c/include/plat/watchdog-reset.h b/arch/arm/plat-s3c/include/plat/watchdog-reset.h
index 277506aa0d51..54b762acb5a0 100644
--- a/arch/arm/plat-s3c/include/plat/watchdog-reset.h
+++ b/arch/arm/plat-s3c/include/plat/watchdog-reset.h
@@ -11,6 +11,7 @@
*/
#include <plat/regs-watchdog.h>
+#include <mach/map.h>
#include <linux/clk.h>
#include <linux/err.h>