diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-11-28 10:48:02 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-05 12:57:16 +0000 |
commit | 35b47a405db2b26ce4e541e7add02e792b04f1fe (patch) | |
tree | 96946eeda9923f29a8e609f5becc44e6dbe86b7d /arch/arm/mach-nomadik/include | |
parent | 8fb06b124288bf11d9fc2406864ef419c0ebce85 (diff) | |
download | blackbird-op-linux-35b47a405db2b26ce4e541e7add02e792b04f1fe.tar.gz blackbird-op-linux-35b47a405db2b26ce4e541e7add02e792b04f1fe.zip |
ARM: restart: nomadik: use new restart hook
Hook the Nomadik NHK platform restart code into the new restart hook.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-nomadik/include')
-rw-r--r-- | arch/arm/mach-nomadik/include/mach/system.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/mach-nomadik/include/mach/system.h b/arch/arm/mach-nomadik/include/mach/system.h index 7119f688116e..16f59f67eee1 100644 --- a/arch/arm/mach-nomadik/include/mach/system.h +++ b/arch/arm/mach-nomadik/include/mach/system.h @@ -20,9 +20,6 @@ #ifndef __ASM_ARCH_SYSTEM_H #define __ASM_ARCH_SYSTEM_H -#include <linux/io.h> -#include <mach/hardware.h> - static inline void arch_idle(void) { /* @@ -34,12 +31,6 @@ static inline void arch_idle(void) static inline void arch_reset(char mode, const char *cmd) { - void __iomem *src_rstsr = io_p2v(NOMADIK_SRC_BASE + 0x18); - - /* FIXME: use egpio when implemented */ - - /* Write anything to Reset status register */ - writel(1, src_rstsr); } #endif |