From 6c00071268b19f92d29e5bec873a12380afd9199 Mon Sep 17 00:00:00 2001 From: Russell King Date: Sat, 5 Nov 2011 17:41:52 +0000 Subject: 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 --- arch/arm/mach-clps711x/p720t.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-clps711x/p720t.c') diff --git a/arch/arm/mach-clps711x/p720t.c b/arch/arm/mach-clps711x/p720t.c index 6ecea95f38b2..42ee8f33eafb 100644 --- a/arch/arm/mach-clps711x/p720t.c +++ b/arch/arm/mach-clps711x/p720t.c @@ -93,6 +93,7 @@ MACHINE_START(P720T, "ARM-Prospector720T") .map_io = p720t_map_io, .init_irq = clps711x_init_irq, .timer = &clps711x_timer, + .restart = clps711x_restart, MACHINE_END static int p720t_hw_init(void) -- cgit v1.2.3