diff options
Diffstat (limited to 'arch/arm/plat-iop/restart.c')
-rw-r--r-- | arch/arm/plat-iop/restart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-iop/restart.c b/arch/arm/plat-iop/restart.c index 33fa699a4d28..3a4d5e5fde52 100644 --- a/arch/arm/plat-iop/restart.c +++ b/arch/arm/plat-iop/restart.c | |||
@@ -11,7 +11,7 @@ | |||
11 | #include <asm/system_misc.h> | 11 | #include <asm/system_misc.h> |
12 | #include <mach/hardware.h> | 12 | #include <mach/hardware.h> |
13 | 13 | ||
14 | void iop3xx_restart(char mode, const char *cmd) | 14 | void iop3xx_restart(enum reboot_mode mode, const char *cmd) |
15 | { | 15 | { |
16 | *IOP3XX_PCSR = 0x30; | 16 | *IOP3XX_PCSR = 0x30; |
17 | 17 | ||