From 00aa78eea20645a751db45ae4a46dae15a4576cf Mon Sep 17 00:00:00 2001 From: Russell King Date: Sun, 6 Nov 2011 10:49:50 +0000 Subject: ARM: restart: iop13xx: use new restart hook Hook these platforms restart code into the new restart hook rather than using arch_reset(). Acked-by: Lennert Buytenhek Signed-off-by: Russell King --- arch/arm/mach-iop13xx/iq81340sc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-iop13xx/iq81340sc.c') diff --git a/arch/arm/mach-iop13xx/iq81340sc.c b/arch/arm/mach-iop13xx/iq81340sc.c index cd9e27499a1e..690916a09dc6 100644 --- a/arch/arm/mach-iop13xx/iq81340sc.c +++ b/arch/arm/mach-iop13xx/iq81340sc.c @@ -98,4 +98,5 @@ MACHINE_START(IQ81340SC, "Intel IQ81340SC") .init_irq = iop13xx_init_irq, .timer = &iq81340sc_timer, .init_machine = iq81340sc_init, + .restart = iop13xx_restart, MACHINE_END -- cgit