reboot: arm: change reboot_mode to use enum reboot_mode
[firefly-linux-kernel-4.4.55.git] / arch / arm / plat-iop / restart.c
index 33fa699a4d28ff88104cd36c7094ef00f6caeefb..3a4d5e5fde5260efdc1d4132c7901b1918806ae6 100644 (file)
@@ -11,7 +11,7 @@
 #include <asm/system_misc.h>
 #include <mach/hardware.h>
 
-void iop3xx_restart(char mode, const char *cmd)
+void iop3xx_restart(enum reboot_mode mode, const char *cmd)
 {
        *IOP3XX_PCSR = 0x30;