diff options
Diffstat (limited to 'arch/arm/mach-mx2')
-rw-r--r-- | arch/arm/mach-mx2/system.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx2/system.c b/arch/arm/mach-mx2/system.c index 7b8269719d11..92c79d4bd162 100644 --- a/arch/arm/mach-mx2/system.c +++ b/arch/arm/mach-mx2/system.c | |||
@@ -46,7 +46,7 @@ void arch_idle(void) | |||
46 | /* | 46 | /* |
47 | * Reset the system. It is called by machine_restart(). | 47 | * Reset the system. It is called by machine_restart(). |
48 | */ | 48 | */ |
49 | void arch_reset(char mode) | 49 | void arch_reset(char mode, const char *cmd) |
50 | { | 50 | { |
51 | struct clk *clk; | 51 | struct clk *clk; |
52 | 52 | ||