diff options
Diffstat (limited to 'arch/arm/mach-pxa/poodle.c')
-rw-r--r-- | arch/arm/mach-pxa/poodle.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/arch/arm/mach-pxa/poodle.c b/arch/arm/mach-pxa/poodle.c index f9093beba752..036bbde4d221 100644 --- a/arch/arm/mach-pxa/poodle.c +++ b/arch/arm/mach-pxa/poodle.c | |||
@@ -36,9 +36,7 @@ | |||
36 | #include <asm/mach/map.h> | 36 | #include <asm/mach/map.h> |
37 | #include <asm/mach/irq.h> | 37 | #include <asm/mach/irq.h> |
38 | 38 | ||
39 | #include <mach/pxa-regs.h> | 39 | #include <mach/pxa25x.h> |
40 | #include <mach/pxa2xx-regs.h> | ||
41 | #include <mach/mfp-pxa25x.h> | ||
42 | #include <mach/mmc.h> | 40 | #include <mach/mmc.h> |
43 | #include <mach/udc.h> | 41 | #include <mach/udc.h> |
44 | #include <mach/i2c.h> | 42 | #include <mach/i2c.h> |
@@ -503,12 +501,12 @@ static struct platform_device *devices[] __initdata = { | |||
503 | 501 | ||
504 | static void poodle_poweroff(void) | 502 | static void poodle_poweroff(void) |
505 | { | 503 | { |
506 | arm_machine_restart('h'); | 504 | arm_machine_restart('h', NULL); |
507 | } | 505 | } |
508 | 506 | ||
509 | static void poodle_restart(char mode) | 507 | static void poodle_restart(char mode, const char *cmd) |
510 | { | 508 | { |
511 | arm_machine_restart('h'); | 509 | arm_machine_restart('h', cmd); |
512 | } | 510 | } |
513 | 511 | ||
514 | static void __init poodle_init(void) | 512 | static void __init poodle_init(void) |