From 6338b66f8a8c5bc8ff8671acbfdda02756e92c0a Mon Sep 17 00:00:00 2001 From: Russell King Date: Thu, 3 Nov 2011 19:54:37 +0000 Subject: ARM: restart: integrator: use new restart hook Hook these platforms restart code into the new restart hook rather than using arch_reset(). Acked-by: Linus Walleij Signed-off-by: Russell King --- arch/arm/mach-integrator/include/mach/system.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'arch/arm/mach-integrator/include') diff --git a/arch/arm/mach-integrator/include/mach/system.h b/arch/arm/mach-integrator/include/mach/system.h index e1551b8dab77..12fc8c3157c3 100644 --- a/arch/arm/mach-integrator/include/mach/system.h +++ b/arch/arm/mach-integrator/include/mach/system.h @@ -21,8 +21,6 @@ #ifndef __ASM_ARCH_SYSTEM_H #define __ASM_ARCH_SYSTEM_H -#include - 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 -- cgit v1.2.3