diff options
Diffstat (limited to 'arch/arm/mach-s3c2410')
-rw-r--r-- | arch/arm/mach-s3c2410/include/mach/system-reset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2410/include/mach/system-reset.h b/arch/arm/mach-s3c2410/include/mach/system-reset.h index 7613d0a384ba..b8687f71c304 100644 --- a/arch/arm/mach-s3c2410/include/mach/system-reset.h +++ b/arch/arm/mach-s3c2410/include/mach/system-reset.h | |||
@@ -22,7 +22,7 @@ | |||
22 | extern void (*s3c24xx_reset_hook)(void); | 22 | extern void (*s3c24xx_reset_hook)(void); |
23 | 23 | ||
24 | static void | 24 | static void |
25 | arch_reset(char mode) | 25 | arch_reset(char mode, const char *cmd) |
26 | { | 26 | { |
27 | struct clk *wdtclk; | 27 | struct clk *wdtclk; |
28 | 28 | ||