diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-11-05 18:41:52 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-05 13:57:08 +0100 |
commit | 6c00071268b19f92d29e5bec873a12380afd9199 (patch) | |
tree | 78bf5806f830ee319aba08c112759cee93b7d439 /arch/arm/mach-clps711x/include | |
parent | ARM: restart: bcmring: use new restart hook (diff) | |
download | linux-6c00071268b19f92d29e5bec873a12380afd9199.tar.xz linux-6c00071268b19f92d29e5bec873a12380afd9199.zip |
ARM: restart: clps711x: 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-clps711x/include')
-rw-r--r-- | arch/arm/mach-clps711x/include/mach/system.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-clps711x/include/mach/system.h b/arch/arm/mach-clps711x/include/mach/system.h index 6c119937d398..9982debfac36 100644 --- a/arch/arm/mach-clps711x/include/mach/system.h +++ b/arch/arm/mach-clps711x/include/mach/system.h @@ -34,7 +34,6 @@ static inline void arch_idle(void) static inline void arch_reset(char mode, const char *cmd) { - soft_restart(0); } #endif |