aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-clps711x/fortunet.c
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2011-11-05 17:41:52 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2012-01-05 12:57:08 +0000
commit6c00071268b19f92d29e5bec873a12380afd9199 (patch)
tree78bf5806f830ee319aba08c112759cee93b7d439 /arch/arm/mach-clps711x/fortunet.c
parentARM: restart: bcmring: use new restart hook (diff)
downloadlinux-dev-6c00071268b19f92d29e5bec873a12380afd9199.tar.xz
linux-dev-6c00071268b19f92d29e5bec873a12380afd9199.zip
ARM: restart: clps711x: use new restart hook
Hook these platforms restart code into the new restart hook rather than using arch_reset(). Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-clps711x/fortunet.c')
-rw-r--r--arch/arm/mach-clps711x/fortunet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-clps711x/fortunet.c b/arch/arm/mach-clps711x/fortunet.c
index d99256687298..3a3f0b702cb4 100644
--- a/arch/arm/mach-clps711x/fortunet.c
+++ b/arch/arm/mach-clps711x/fortunet.c
@@ -78,4 +78,5 @@ MACHINE_START(FORTUNET, "ARM-FortuNet")
.map_io = clps711x_map_io,
.init_irq = clps711x_init_irq,
.timer = &clps711x_timer,
+ .restart = clps711x_restart,
MACHINE_END