reboot: arm: change reboot_mode to use enum reboot_mode
[cascardo/linux.git] / arch / arm / mach-orion5x / ls_hgl-setup.c
index fc653bb..fe04c4b 100644 (file)
@@ -185,7 +185,7 @@ static struct mv_sata_platform_data ls_hgl_sata_data = {
 
 static void ls_hgl_power_off(void)
 {
-       orion5x_restart('h', NULL);
+       orion5x_restart(REBOOT_HARD, NULL);
 }