From cb15dff4795932b98459da13dd3dd3693c6dd104 Mon Sep 17 00:00:00 2001 From: Russell King Date: Sat, 5 Nov 2011 10:03:47 +0000 Subject: ARM: restart: kirkwood: use new restart hook Hook these platforms restart code into the new restart hook rather than using arch_reset(). Acked-by: Nicolas Pitre Signed-off-by: Russell King --- arch/arm/mach-kirkwood/rd88f6192-nas-setup.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-kirkwood/rd88f6192-nas-setup.c') diff --git a/arch/arm/mach-kirkwood/rd88f6192-nas-setup.c b/arch/arm/mach-kirkwood/rd88f6192-nas-setup.c index 6663869773ab..fd2c9c8b6831 100644 --- a/arch/arm/mach-kirkwood/rd88f6192-nas-setup.c +++ b/arch/arm/mach-kirkwood/rd88f6192-nas-setup.c @@ -85,4 +85,5 @@ MACHINE_START(RD88F6192_NAS, "Marvell RD-88F6192-NAS Development Board") .init_early = kirkwood_init_early, .init_irq = kirkwood_init_irq, .timer = &kirkwood_timer, + .restart = kirkwood_restart, MACHINE_END -- cgit v1.2.3