diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-11-05 11:51:25 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-05 07:57:20 -0500 |
commit | 7e3974b2f3e393abcf7934f020e26d3d22efa940 (patch) | |
tree | 5e9a9b718e764765c6379ef518434e043a60c8c4 /arch/arm/mach-u300/u300.c | |
parent | abea3f2ce05f57e185b080e4a313f9fb519a0ecb (diff) |
ARM: restart: u300: use new restart hook
Hook these platforms restart code into the new restart hook rather
than using arch_reset().
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-u300/u300.c')
-rw-r--r-- | arch/arm/mach-u300/u300.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-u300/u300.c b/arch/arm/mach-u300/u300.c index 89422ee7f3a8..a75c9b839748 100644 --- a/arch/arm/mach-u300/u300.c +++ b/arch/arm/mach-u300/u300.c | |||
@@ -51,4 +51,5 @@ MACHINE_START(U300, MACH_U300_STRING) | |||
51 | .init_irq = u300_init_irq, | 51 | .init_irq = u300_init_irq, |
52 | .timer = &u300_timer, | 52 | .timer = &u300_timer, |
53 | .init_machine = u300_init_machine, | 53 | .init_machine = u300_init_machine, |
54 | .restart = u300_restart, | ||
54 | MACHINE_END | 55 | MACHINE_END |