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/micro9.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/micro9.c')
-rw-r--r-- | arch/arm/mach-ep93xx/micro9.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-ep93xx/micro9.c b/arch/arm/mach-ep93xx/micro9.c index e72f7368876e..050ce9216d7c 100644 --- a/arch/arm/mach-ep93xx/micro9.c +++ b/arch/arm/mach-ep93xx/micro9.c | |||
@@ -82,6 +82,7 @@ MACHINE_START(MICRO9, "Contec Micro9-High") | |||
82 | .init_irq = ep93xx_init_irq, | 82 | .init_irq = ep93xx_init_irq, |
83 | .timer = &ep93xx_timer, | 83 | .timer = &ep93xx_timer, |
84 | .init_machine = micro9_init_machine, | 84 | .init_machine = micro9_init_machine, |
85 | .restart = ep93xx_restart, | ||
85 | MACHINE_END | 86 | MACHINE_END |
86 | #endif | 87 | #endif |
87 | 88 | ||
@@ -93,6 +94,7 @@ MACHINE_START(MICRO9M, "Contec Micro9-Mid") | |||
93 | .init_irq = ep93xx_init_irq, | 94 | .init_irq = ep93xx_init_irq, |
94 | .timer = &ep93xx_timer, | 95 | .timer = &ep93xx_timer, |
95 | .init_machine = micro9_init_machine, | 96 | .init_machine = micro9_init_machine, |
97 | .restart = ep93xx_restart, | ||
96 | MACHINE_END | 98 | MACHINE_END |
97 | #endif | 99 | #endif |
98 | 100 | ||
@@ -104,6 +106,7 @@ MACHINE_START(MICRO9L, "Contec Micro9-Lite") | |||
104 | .init_irq = ep93xx_init_irq, | 106 | .init_irq = ep93xx_init_irq, |
105 | .timer = &ep93xx_timer, | 107 | .timer = &ep93xx_timer, |
106 | .init_machine = micro9_init_machine, | 108 | .init_machine = micro9_init_machine, |
109 | .restart = ep93xx_restart, | ||
107 | MACHINE_END | 110 | MACHINE_END |
108 | #endif | 111 | #endif |
109 | 112 | ||
@@ -115,5 +118,6 @@ MACHINE_START(MICRO9S, "Contec Micro9-Slim") | |||
115 | .init_irq = ep93xx_init_irq, | 118 | .init_irq = ep93xx_init_irq, |
116 | .timer = &ep93xx_timer, | 119 | .timer = &ep93xx_timer, |
117 | .init_machine = micro9_init_machine, | 120 | .init_machine = micro9_init_machine, |
121 | .restart = ep93xx_restart, | ||
118 | MACHINE_END | 122 | MACHINE_END |
119 | #endif | 123 | #endif |