ARM: restart: integrator: use new restart hook
[deliverable/linux.git] / arch / arm / mach-integrator / include / mach / system.h
index e1551b8dab77448687a8752df3f839ccb274f9d3..12fc8c3157c3b8d5e677fc7dc40aef89b2db4bea 100644 (file)
@@ -21,8 +21,6 @@
 #ifndef __ASM_ARCH_SYSTEM_H
 #define __ASM_ARCH_SYSTEM_H
 
-#include <mach/cm.h>
-
 static inline void arch_idle(void)
 {
        /*
@@ -34,11 +32,6 @@ static inline void arch_idle(void)
 
 static inline void arch_reset(char mode, const char *cmd)
 {
-       /*
-        * To reset, we hit the on-board reset register
-        * in the system FPGA
-        */
-       cm_control(CM_CTRL_RESET, CM_CTRL_RESET);
 }
 
 #endif
This page took 0.050417 seconds and 5 git commands to generate.