ARM: restart: remove the now empty arch_reset()
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / arm / mach-kirkwood / include / mach / system.h
index 8a94d9739136b5c324f5b3cb4a728e5aee5361ca..5fddde002b5e01d535abc38ab84119ce61fe5bce 100644 (file)
@@ -14,8 +14,4 @@ static inline void arch_idle(void)
        cpu_do_idle();
 }
 
-static inline void arch_reset(char mode, const char *cmd)
-{
-}
-
 #endif