diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-11-03 07:43:08 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-05 07:57:20 -0500 |
commit | b56a7c6b36388b3eca887bd5d24f297e63e5bb5b (patch) | |
tree | 5f97c95382475d21a0f39d68f7b1be93c7dc6b22 /arch/arm/mach-versatile/versatile_pb.c | |
parent | 7e3974b2f3e393abcf7934f020e26d3d22efa940 (diff) |
ARM: restart: versatile: use new restart hook
Hook these platforms restart code into the new restart hook rather
than using arch_reset().
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-versatile/versatile_pb.c')
-rw-r--r-- | arch/arm/mach-versatile/versatile_pb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-versatile/versatile_pb.c b/arch/arm/mach-versatile/versatile_pb.c index feaf9cbe60f6..839bea633821 100644 --- a/arch/arm/mach-versatile/versatile_pb.c +++ b/arch/arm/mach-versatile/versatile_pb.c | |||
@@ -109,4 +109,5 @@ MACHINE_START(VERSATILE_PB, "ARM-Versatile PB") | |||
109 | .init_irq = versatile_init_irq, | 109 | .init_irq = versatile_init_irq, |
110 | .timer = &versatile_timer, | 110 | .timer = &versatile_timer, |
111 | .init_machine = versatile_pb_init, | 111 | .init_machine = versatile_pb_init, |
112 | .restart = versatile_restart, | ||
112 | MACHINE_END | 113 | MACHINE_END |