aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-dove/cm-a510.c
diff options
context:
space:
mode:
authorGravatar Russell King <rmk+kernel@arm.linux.org.uk> 2011-11-05 09:48:52 +0000
committerGravatar Russell King <rmk+kernel@arm.linux.org.uk> 2012-01-05 12:57:09 +0000
commit6ca6ff972d5b045de1012a4046b4de5405dc4c7a (patch)
tree8e6cf197b4f210c6a57f5877e3130d51db529541 /arch/arm/mach-dove/cm-a510.c
parentARM: 7190/1: restart: davinci: use new restart hook (diff)
downloadlinux-6ca6ff972d5b045de1012a4046b4de5405dc4c7a.tar.gz
linux-6ca6ff972d5b045de1012a4046b4de5405dc4c7a.tar.bz2
linux-6ca6ff972d5b045de1012a4046b4de5405dc4c7a.zip
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 <nico@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-dove/cm-a510.c')
-rw-r--r--arch/arm/mach-dove/cm-a510.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-dove/cm-a510.c b/arch/arm/mach-dove/cm-a510.c
index c8a406f7e946..792b4e2e24f1 100644
--- a/arch/arm/mach-dove/cm-a510.c
+++ b/arch/arm/mach-dove/cm-a510.c
@@ -93,4 +93,5 @@ MACHINE_START(CM_A510, "Compulab CM-A510 Board")
.init_early = dove_init_early,
.init_irq = dove_init_irq,
.timer = &dove_timer,
+ .restart = dove_restart,
MACHINE_END