From 6fca1e17f64936de2e9c614c0d246e65ae553b68 Mon Sep 17 00:00:00 2001 From: Russell King Date: Thu, 3 Nov 2011 19:47:54 +0000 Subject: ARM: restart: footbridge: 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-footbridge/ebsa285.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-footbridge/ebsa285.c') diff --git a/arch/arm/mach-footbridge/ebsa285.c b/arch/arm/mach-footbridge/ebsa285.c index 012210cf7d16..27716a7e5fc1 100644 --- a/arch/arm/mach-footbridge/ebsa285.c +++ b/arch/arm/mach-footbridge/ebsa285.c @@ -21,5 +21,6 @@ MACHINE_START(EBSA285, "EBSA285") .map_io = footbridge_map_io, .init_irq = footbridge_init_irq, .timer = &footbridge_timer, + .restart = footbridge_restart, MACHINE_END -- cgit v1.2.3-55-g7522