reboot: arm: change reboot_mode to use enum reboot_mode
[deliverable/linux.git] / arch / arm / mach-orion5x / ls_hgl-setup.c
index fc653bb41e78f0889b5956b79db41e18d66f17bf..fe04c4b64569e2011a13178f71cfbe7eba8cc907 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);
 }
 
 
This page took 0.025709 seconds and 5 git commands to generate.