From 9635f9cd49b72bddb7e40fcbc151240677b5cf5e Mon Sep 17 00:00:00 2001 From: Russell King Date: Sat, 5 Nov 2011 10:09:15 +0000 Subject: ARM: restart: mv78xx0: 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-mv78xx0/buffalo-wxl-setup.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-mv78xx0/buffalo-wxl-setup.c') diff --git a/arch/arm/mach-mv78xx0/buffalo-wxl-setup.c b/arch/arm/mach-mv78xx0/buffalo-wxl-setup.c index 0e94268d6e6f..ee74ec97c141 100644 --- a/arch/arm/mach-mv78xx0/buffalo-wxl-setup.c +++ b/arch/arm/mach-mv78xx0/buffalo-wxl-setup.c @@ -151,4 +151,5 @@ MACHINE_START(TERASTATION_WXL, "Buffalo Nas WXL") .init_early = mv78xx0_init_early, .init_irq = mv78xx0_init_irq, .timer = &mv78xx0_timer, + .restart = mv78xx0_restart, MACHINE_END -- cgit v1.2.3