diff options
Diffstat (limited to 'arch/arm/mach-pnx4008/include/mach/system.h')
-rw-r--r-- | arch/arm/mach-pnx4008/include/mach/system.h | 5 |
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 @@ | |||
21 | #ifndef __ASM_ARCH_SYSTEM_H | 21 | #ifndef __ASM_ARCH_SYSTEM_H |
22 | #define __ASM_ARCH_SYSTEM_H | 22 | #define __ASM_ARCH_SYSTEM_H |
23 | 23 | ||
24 | #include <linux/io.h> | ||
25 | #include <mach/hardware.h> | ||
26 | #include <mach/platform.h> | ||
27 | |||
28 | static void arch_idle(void) | 24 | static void arch_idle(void) |
29 | { | 25 | { |
30 | cpu_do_idle(); | 26 | cpu_do_idle(); |
@@ -32,7 +28,6 @@ static void arch_idle(void) | |||
32 | 28 | ||
33 | static inline void arch_reset(char mode, const char *cmd) | 29 | static inline void arch_reset(char mode, const char *cmd) |
34 | { | 30 | { |
35 | soft_restart(0); | ||
36 | } | 31 | } |
37 | 32 | ||
38 | #endif | 33 | #endif |