diff options
Diffstat (limited to 'arch/arm/mach-pxa/spitz.c')
-rw-r--r-- | arch/arm/mach-pxa/spitz.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/arch/arm/mach-pxa/spitz.c b/arch/arm/mach-pxa/spitz.c index 0d62d311d41a..8c61ddac119e 100644 --- a/arch/arm/mach-pxa/spitz.c +++ b/arch/arm/mach-pxa/spitz.c | |||
@@ -44,9 +44,7 @@ | |||
44 | #include <asm/mach/map.h> | 44 | #include <asm/mach/map.h> |
45 | #include <asm/mach/irq.h> | 45 | #include <asm/mach/irq.h> |
46 | 46 | ||
47 | #include <mach/pxa-regs.h> | 47 | #include <mach/pxa27x.h> |
48 | #include <mach/pxa2xx-regs.h> | ||
49 | #include <mach/mfp-pxa27x.h> | ||
50 | #include <mach/pxa27x-udc.h> | 48 | #include <mach/pxa27x-udc.h> |
51 | #include <mach/reset.h> | 49 | #include <mach/reset.h> |
52 | #include <mach/i2c.h> | 50 | #include <mach/i2c.h> |
@@ -709,10 +707,10 @@ static struct platform_device *devices[] __initdata = { | |||
709 | 707 | ||
710 | static void spitz_poweroff(void) | 708 | static void spitz_poweroff(void) |
711 | { | 709 | { |
712 | arm_machine_restart('g'); | 710 | arm_machine_restart('g', NULL); |
713 | } | 711 | } |
714 | 712 | ||
715 | static void spitz_restart(char mode) | 713 | static void spitz_restart(char mode, const char *cmd) |
716 | { | 714 | { |
717 | /* Bootloader magic for a reboot */ | 715 | /* Bootloader magic for a reboot */ |
718 | if((MSC0 & 0xffff0000) == 0x7ff00000) | 716 | if((MSC0 & 0xffff0000) == 0x7ff00000) |