diff options
Diffstat (limited to 'arch/arm/mach-h720x/include/mach/system.h')
-rw-r--r-- | arch/arm/mach-h720x/include/mach/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-h720x/include/mach/system.h b/arch/arm/mach-h720x/include/mach/system.h index e4a7c760d52a..a708d24ee46d 100644 --- a/arch/arm/mach-h720x/include/mach/system.h +++ b/arch/arm/mach-h720x/include/mach/system.h | |||
@@ -25,7 +25,7 @@ static void arch_idle(void) | |||
25 | } | 25 | } |
26 | 26 | ||
27 | 27 | ||
28 | static __inline__ void arch_reset(char mode) | 28 | static __inline__ void arch_reset(char mode, const char *cmd) |
29 | { | 29 | { |
30 | CPU_REG (PMU_BASE, PMU_STAT) |= PMU_WARMRESET; | 30 | CPU_REG (PMU_BASE, PMU_STAT) |= PMU_WARMRESET; |
31 | } | 31 | } |