diff options
Diffstat (limited to 'arch/arm/mach-pxa/spitz.c')
-rw-r--r-- | arch/arm/mach-pxa/spitz.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/spitz.c b/arch/arm/mach-pxa/spitz.c index f697c492b2ab..7a0a430222cf 100644 --- a/arch/arm/mach-pxa/spitz.c +++ b/arch/arm/mach-pxa/spitz.c | |||
@@ -701,10 +701,10 @@ static struct platform_device *devices[] __initdata = { | |||
701 | 701 | ||
702 | static void spitz_poweroff(void) | 702 | static void spitz_poweroff(void) |
703 | { | 703 | { |
704 | arm_machine_restart('g'); | 704 | arm_machine_restart('g', NULL); |
705 | } | 705 | } |
706 | 706 | ||
707 | static void spitz_restart(char mode) | 707 | static void spitz_restart(char mode, const char *cmd) |
708 | { | 708 | { |
709 | /* Bootloader magic for a reboot */ | 709 | /* Bootloader magic for a reboot */ |
710 | if((MSC0 & 0xffff0000) == 0x7ff00000) | 710 | if((MSC0 & 0xffff0000) == 0x7ff00000) |