From 6ca6ff972d5b045de1012a4046b4de5405dc4c7a Mon Sep 17 00:00:00 2001 From: Russell King Date: Sat, 5 Nov 2011 09:48:52 +0000 Subject: ARM: restart: dove: 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-dove/dove-db-setup.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-dove/dove-db-setup.c') diff --git a/arch/arm/mach-dove/dove-db-setup.c b/arch/arm/mach-dove/dove-db-setup.c index 11ea34e4fc7..ea77ae430b2 100644 --- a/arch/arm/mach-dove/dove-db-setup.c +++ b/arch/arm/mach-dove/dove-db-setup.c @@ -100,4 +100,5 @@ MACHINE_START(DOVE_DB, "Marvell DB-MV88AP510-BP Development Board") .init_early = dove_init_early, .init_irq = dove_init_irq, .timer = &dove_timer, + .restart = dove_restart, MACHINE_END -- cgit v1.2.3