summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pnx4008/include
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2011-11-05 15:45:57 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2012-01-05 12:57:17 +0000
commita1c1cee9adac4d2ab2d989cf83ada063cbd426d0 (patch)
tree61aa2e644ff332edf6ba3bd62962958a0835dbcc /arch/arm/mach-pnx4008/include
parent764cbcc2e3fa444c205b20b3d7908b06b60716ab (diff)
downloadtalos-obmc-linux-a1c1cee9adac4d2ab2d989cf83ada063cbd426d0.tar.gz
talos-obmc-linux-a1c1cee9adac4d2ab2d989cf83ada063cbd426d0.zip
ARM: restart: pnx4008: 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-pnx4008/include')
-rw-r--r--arch/arm/mach-pnx4008/include/mach/system.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-pnx4008/include/mach/system.h b/arch/arm/mach-pnx4008/include/mach/system.h
index 5d6384a6128c..6710ed347325 100644
--- a/arch/arm/mach-pnx4008/include/mach/system.h
+++ b/arch/arm/mach-pnx4008/include/mach/system.h
@@ -21,10 +21,6 @@
#ifndef __ASM_ARCH_SYSTEM_H
#define __ASM_ARCH_SYSTEM_H
-#include <linux/io.h>
-#include <mach/hardware.h>
-#include <mach/platform.h>
-
static void arch_idle(void)
{
cpu_do_idle();
@@ -32,7 +28,6 @@ static void arch_idle(void)
static inline void arch_reset(char mode, const char *cmd)
{
- soft_restart(0);
}
#endif
OpenPOWER on IntegriCloud