diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-11-05 05:54:14 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-05 07:57:10 -0500 |
commit | 3275166e0355131aa2349bf614a32591cfe1e118 (patch) | |
tree | 0d33648897ce20c0f0a73317ea94e8f86d00091f /arch/arm/mach-ep93xx/gesbc9312.c | |
parent | da908260f21225d6f19ab29cfa401e550000eeae (diff) |
ARM: restart: ep93xx: use new restart hook
Hook these platforms restart code into the new restart hook rather than
using arch_reset().
Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ep93xx/gesbc9312.c')
-rw-r--r-- | arch/arm/mach-ep93xx/gesbc9312.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ep93xx/gesbc9312.c b/arch/arm/mach-ep93xx/gesbc9312.c index 45ee205856f8..7b89e8a1bb7b 100644 --- a/arch/arm/mach-ep93xx/gesbc9312.c +++ b/arch/arm/mach-ep93xx/gesbc9312.c | |||
@@ -38,4 +38,5 @@ MACHINE_START(GESBC9312, "Glomation GESBC-9312-sx") | |||
38 | .init_irq = ep93xx_init_irq, | 38 | .init_irq = ep93xx_init_irq, |
39 | .timer = &ep93xx_timer, | 39 | .timer = &ep93xx_timer, |
40 | .init_machine = gesbc9312_init_machine, | 40 | .init_machine = gesbc9312_init_machine, |
41 | .restart = ep93xx_restart, | ||
41 | MACHINE_END | 42 | MACHINE_END |