diff options
-rw-r--r-- | arch/arm/mach-pxa/mioa701.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/mioa701.c b/arch/arm/mach-pxa/mioa701.c index 3fe95a04b196..8252f329ad70 100644 --- a/arch/arm/mach-pxa/mioa701.c +++ b/arch/arm/mach-pxa/mioa701.c | |||
@@ -898,13 +898,13 @@ static void mioa701_machine_exit(void); | |||
898 | static void mioa701_poweroff(void) | 898 | static void mioa701_poweroff(void) |
899 | { | 899 | { |
900 | mioa701_machine_exit(); | 900 | mioa701_machine_exit(); |
901 | gpio_set_value(GPIO18_POWEROFF, 1); | 901 | arm_machine_restart('s'); |
902 | } | 902 | } |
903 | 903 | ||
904 | static void mioa701_restart(char c) | 904 | static void mioa701_restart(char c) |
905 | { | 905 | { |
906 | mioa701_machine_exit(); | 906 | mioa701_machine_exit(); |
907 | arm_machine_restart(c); | 907 | arm_machine_restart('s'); |
908 | } | 908 | } |
909 | 909 | ||
910 | struct gpio_ress global_gpios[] = { | 910 | struct gpio_ress global_gpios[] = { |