diff options
Diffstat (limited to 'arch/arm/mach-ixp23xx/include')
-rw-r--r-- | arch/arm/mach-ixp23xx/include/mach/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ixp23xx/include/mach/system.h b/arch/arm/mach-ixp23xx/include/mach/system.h index d57c3fc10f1f..8920ff2dff1f 100644 --- a/arch/arm/mach-ixp23xx/include/mach/system.h +++ b/arch/arm/mach-ixp23xx/include/mach/system.h | |||
@@ -19,7 +19,7 @@ static inline void arch_idle(void) | |||
19 | #endif | 19 | #endif |
20 | } | 20 | } |
21 | 21 | ||
22 | static inline void arch_reset(char mode) | 22 | static inline void arch_reset(char mode, const char *cmd) |
23 | { | 23 | { |
24 | /* First try machine specific support */ | 24 | /* First try machine specific support */ |
25 | if (machine_is_ixdp2351()) { | 25 | if (machine_is_ixdp2351()) { |