summaryrefslogtreecommitdiff
path: root/arch/arm/mach-orion5x/ls_hgl-setup.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2013-07-05 14:11:10 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2013-07-05 14:11:10 +1000
commit92221d1fc707b50772262839aef545c1f5fbc94e (patch)
treee579d1228a662e47345cea17e89fb2607263b0b1 /arch/arm/mach-orion5x/ls_hgl-setup.c
parent3d8360d3556c1d98ea4ac130aed70db4a8f25f65 (diff)
parenta32473271de52a37a39a941c5cd25970d8bcdf43 (diff)
Merge branch 'akpm/master'
Diffstat (limited to 'arch/arm/mach-orion5x/ls_hgl-setup.c')
-rw-r--r--arch/arm/mach-orion5x/ls_hgl-setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-orion5x/ls_hgl-setup.c b/arch/arm/mach-orion5x/ls_hgl-setup.c
index fc653bb41e78..fe04c4b64569 100644
--- a/arch/arm/mach-orion5x/ls_hgl-setup.c
+++ b/arch/arm/mach-orion5x/ls_hgl-setup.c
@@ -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);
}