diff options
Diffstat (limited to 'arch/arm/mach-shark/include/mach/system.h')
-rw-r--r-- | arch/arm/mach-shark/include/mach/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shark/include/mach/system.h b/arch/arm/mach-shark/include/mach/system.h index 0752ca29971a..21c373b30bbc 100644 --- a/arch/arm/mach-shark/include/mach/system.h +++ b/arch/arm/mach-shark/include/mach/system.h | |||
@@ -7,7 +7,7 @@ | |||
7 | #define __ASM_ARCH_SYSTEM_H | 7 | #define __ASM_ARCH_SYSTEM_H |
8 | 8 | ||
9 | /* Found in arch/mach-shark/core.c */ | 9 | /* Found in arch/mach-shark/core.c */ |
10 | extern void arch_reset(char mode); | 10 | extern void arch_reset(char mode, const char *cmd); |
11 | 11 | ||
12 | static inline void arch_idle(void) | 12 | static inline void arch_idle(void) |
13 | { | 13 | { |