diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-11-05 17:10:37 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-05 07:57:20 -0500 |
commit | dd1661e27a7879d3af0024ba94e171522492dd2f (patch) | |
tree | e2df7cd15b15865aaf0bbf2d8018bb5da2930f02 /arch/arm/mach-spear3xx/spear320_evb.c | |
parent | b95ff9fe24e8757380bd9b53891df86f2499ebb8 (diff) |
ARM: restart: spear: use new restart hook
Hook these platforms restart code into the new restart hook rather
than using arch_reset().
Acked-by: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-spear3xx/spear320_evb.c')
-rw-r--r-- | arch/arm/mach-spear3xx/spear320_evb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-spear3xx/spear320_evb.c b/arch/arm/mach-spear3xx/spear320_evb.c index 22879848d73a..4239a70686c5 100644 --- a/arch/arm/mach-spear3xx/spear320_evb.c +++ b/arch/arm/mach-spear3xx/spear320_evb.c | |||
@@ -73,4 +73,5 @@ MACHINE_START(SPEAR320, "ST-SPEAR320-EVB") | |||
73 | .init_irq = spear3xx_init_irq, | 73 | .init_irq = spear3xx_init_irq, |
74 | .timer = &spear3xx_timer, | 74 | .timer = &spear3xx_timer, |
75 | .init_machine = spear320_evb_init, | 75 | .init_machine = spear320_evb_init, |
76 | .restart = spear_restart, | ||
76 | MACHINE_END | 77 | MACHINE_END |