From b219415c39053dbe70e88c361b5e943acd74546c Mon Sep 17 00:00:00 2001 From: Russell King Date: Sat, 5 Nov 2011 11:35:32 +0000 Subject: ARM: restart: ixp23xx: 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 ixdp2351 restart code into its own platform file. Acked-by: Lennert Buytenhek Signed-off-by: Russell King --- arch/arm/mach-ixp23xx/roadrunner.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-ixp23xx/roadrunner.c') diff --git a/arch/arm/mach-ixp23xx/roadrunner.c b/arch/arm/mach-ixp23xx/roadrunner.c index 8f4dcbba902..377283fc658 100644 --- a/arch/arm/mach-ixp23xx/roadrunner.c +++ b/arch/arm/mach-ixp23xx/roadrunner.c @@ -177,4 +177,5 @@ MACHINE_START(ROADRUNNER, "ADI Engineering RoadRunner Development Platform") .timer = &ixp23xx_timer, .atag_offset = 0x100, .init_machine = roadrunner_init, + .restart = ixp23xx_restart, MACHINE_END -- cgit v1.2.3-18-g5258