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