From 8fb06b124288bf11d9fc2406864ef419c0ebce85 Mon Sep 17 00:00:00 2001 From: Russell King Date: Fri, 11 Nov 2011 15:12:17 +0000 Subject: ARM: restart: netx: use new restart hook Hook these platforms restart code into the new restart hook rather than using arch_reset(). Signed-off-by: Russell King --- arch/arm/mach-netx/include/mach/system.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'arch/arm/mach-netx/include') diff --git a/arch/arm/mach-netx/include/mach/system.h b/arch/arm/mach-netx/include/mach/system.h index dc7b4bc003c5..83ae2b13a954 100644 --- a/arch/arm/mach-netx/include/mach/system.h +++ b/arch/arm/mach-netx/include/mach/system.h @@ -19,10 +19,6 @@ #ifndef __ASM_ARCH_SYSTEM_H #define __ASM_ARCH_SYSTEM_H -#include -#include -#include "netx-regs.h" - static inline void arch_idle(void) { cpu_do_idle(); @@ -30,8 +26,6 @@ static inline void arch_idle(void) static inline void arch_reset(char mode, const char *cmd) { - writel(NETX_SYSTEM_RES_CR_FIRMW_RES_EN | NETX_SYSTEM_RES_CR_FIRMW_RES, - NETX_SYSTEM_RES_CR); } #endif -- cgit v1.2.3-55-g7522