summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-kirkwood/mv88f6281gtw_ge-setup.c
diff options
context:
space:
mode:
authorRussell King2011-11-05 11:03:47 +0100
committerRussell King2012-01-05 13:57:14 +0100
commitcb15dff4795932b98459da13dd3dd3693c6dd104 (patch)
tree198c50aa822f2dcceb0799ecb584b61318de2ae8 /arch/arm/mach-kirkwood/mv88f6281gtw_ge-setup.c
parentARM: restart: ixp4xx: use new restart hook (diff)
downloadkernel-qcow2-linux-cb15dff4795932b98459da13dd3dd3693c6dd104.tar.gz
kernel-qcow2-linux-cb15dff4795932b98459da13dd3dd3693c6dd104.tar.xz
kernel-qcow2-linux-cb15dff4795932b98459da13dd3dd3693c6dd104.zip
ARM: restart: kirkwood: 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-kirkwood/mv88f6281gtw_ge-setup.c')
-rw-r--r--arch/arm/mach-kirkwood/mv88f6281gtw_ge-setup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-kirkwood/mv88f6281gtw_ge-setup.c b/arch/arm/mach-kirkwood/mv88f6281gtw_ge-setup.c
index 9a1e917352f7..85f6169c2484 100644
--- a/arch/arm/mach-kirkwood/mv88f6281gtw_ge-setup.c
+++ b/arch/arm/mach-kirkwood/mv88f6281gtw_ge-setup.c
@@ -169,4 +169,5 @@ MACHINE_START(MV88F6281GTW_GE, "Marvell 88F6281 GTW GE Board")
.init_early = kirkwood_init_early,
.init_irq = kirkwood_init_irq,
.timer = &kirkwood_timer,
+ .restart = kirkwood_restart,
MACHINE_END