reboot: arm: change reboot_mode to use enum reboot_mode
[deliverable/linux.git] / drivers / power / reset / vexpress-poweroff.c
index 469e6962b2cff16a6e6a4ff40c4a2c7d40b79ec1..476aa495c110d5814fdf2e3c4ba331cb026baf4f 100644 (file)
@@ -48,7 +48,7 @@ static void vexpress_power_off(void)
 
 static struct device *vexpress_restart_device;
 
-static void vexpress_restart(char str, const char *cmd)
+static void vexpress_restart(enum reboot_mode reboot_mode, const char *cmd)
 {
        vexpress_reset_do(vexpress_restart_device, "restart");
 }
This page took 0.024467 seconds and 5 git commands to generate.