commit | 9854a38e371a153c7c4adb2cb7951c27befe0362 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Nov 05 15:40:09 2011 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Jan 05 12:57:15 2012 +0000 |
tree | 0e4de89b4eb1a27e2e1b2096bc25977ccdf93453 | |
parent | b23fcd9035a35b032c624ac2f23f40ea941d5355 [diff] [blame] |
ARM: restart: mmp: use new restart hook Hook the Shark restart code into the new restart hook rather than using arch_reset(). Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
diff --git a/arch/arm/mach-mmp/common.h b/arch/arm/mach-mmp/common.h index ec8d65d..1c9d6c1 100644 --- a/arch/arm/mach-mmp/common.h +++ b/arch/arm/mach-mmp/common.h
@@ -6,3 +6,4 @@ extern void __init icu_init_irq(void); extern void __init mmp_map_io(void); +extern void mmp_restart(char, const char *);