diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-11-05 10:41:14 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-05 07:57:20 -0500 |
commit | b95ff9fe24e8757380bd9b53891df86f2499ebb8 (patch) | |
tree | d51361b0a0142be31f611a5520a31cc6a4a83816 /arch/arm/mach-shark/include | |
parent | d9ca5839fd4b0c820c19401b72962a1d099cb99e (diff) |
ARM: restart: shark: use new restart hook
Hook the Shark restart code into the new restart hook rather than
using arch_reset().
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-shark/include')
-rw-r--r-- | arch/arm/mach-shark/include/mach/system.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-shark/include/mach/system.h b/arch/arm/mach-shark/include/mach/system.h index 21c373b30bbc..2cc363a3cd90 100644 --- a/arch/arm/mach-shark/include/mach/system.h +++ b/arch/arm/mach-shark/include/mach/system.h | |||
@@ -6,8 +6,9 @@ | |||
6 | #ifndef __ASM_ARCH_SYSTEM_H | 6 | #ifndef __ASM_ARCH_SYSTEM_H |
7 | #define __ASM_ARCH_SYSTEM_H | 7 | #define __ASM_ARCH_SYSTEM_H |
8 | 8 | ||
9 | /* Found in arch/mach-shark/core.c */ | 9 | static inline void arch_reset(char mode, const char *cmd) |
10 | extern void arch_reset(char mode, const char *cmd); | 10 | { |
11 | } | ||
11 | 12 | ||
12 | static inline void arch_idle(void) | 13 | static inline void arch_idle(void) |
13 | { | 14 | { |