From 1139b926c4b1754276fc5e2556cc9c0f46b010c6 Mon Sep 17 00:00:00 2001 From: Russell King Date: Sat, 5 Nov 2011 11:46:04 +0000 Subject: ARM: restart: ixp2000: use new restart hook Hook these platforms restart code into the new restart hook rather than using arch_reset(). In doing so, we split out the IXDP2401, IXDP2801 and IXDP2805 platform specific restart code into their own platform files. Acked-by: Lennert Buytenhek Signed-off-by: Russell King --- arch/arm/mach-ixp2000/ixdp2400.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-ixp2000/ixdp2400.c') diff --git a/arch/arm/mach-ixp2000/ixdp2400.c b/arch/arm/mach-ixp2000/ixdp2400.c index f7dfd9700141..f53e911ec94a 100644 --- a/arch/arm/mach-ixp2000/ixdp2400.c +++ b/arch/arm/mach-ixp2000/ixdp2400.c @@ -176,5 +176,6 @@ MACHINE_START(IXDP2400, "Intel IXDP2400 Development Platform") .init_irq = ixdp2400_init_irq, .timer = &ixdp2400_timer, .init_machine = ixdp2x00_init_machine, + .restart = ixp2000_restart, MACHINE_END -- cgit v1.2.3