aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/palmtreo.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-pxa/palmtreo.c')
-rw-r--r--arch/arm/mach-pxa/palmtreo.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/arch/arm/mach-pxa/palmtreo.c b/arch/arm/mach-pxa/palmtreo.c
index 52defd5e42e5..20d1b18b1733 100644
--- a/arch/arm/mach-pxa/palmtreo.c
+++ b/arch/arm/mach-pxa/palmtreo.c
@@ -25,7 +25,6 @@
25#include <linux/pwm_backlight.h> 25#include <linux/pwm_backlight.h>
26#include <linux/gpio.h> 26#include <linux/gpio.h>
27#include <linux/power_supply.h> 27#include <linux/power_supply.h>
28#include <linux/sysdev.h>
29#include <linux/w1-gpio.h> 28#include <linux/w1-gpio.h>
30 29
31#include <asm/mach-types.h> 30#include <asm/mach-types.h>
@@ -39,7 +38,7 @@
39#include <mach/mmc.h> 38#include <mach/mmc.h>
40#include <mach/pxafb.h> 39#include <mach/pxafb.h>
41#include <mach/irda.h> 40#include <mach/irda.h>
42#include <mach/pxa27x_keypad.h> 41#include <plat/pxa27x_keypad.h>
43#include <mach/udc.h> 42#include <mach/udc.h>
44#include <mach/ohci.h> 43#include <mach/ohci.h>
45#include <mach/pxa2xx-regs.h> 44#include <mach/pxa2xx-regs.h>
@@ -441,10 +440,8 @@ static void __init centro_init(void)
441} 440}
442 441
443MACHINE_START(TREO680, "Palm Treo 680") 442MACHINE_START(TREO680, "Palm Treo 680")
444 .phys_io = TREO_PHYS_IO_START,
445 .io_pg_offst = io_p2v(0x40000000),
446 .boot_params = 0xa0000100, 443 .boot_params = 0xa0000100,
447 .map_io = pxa_map_io, 444 .map_io = pxa27x_map_io,
448 .reserve = treo_reserve, 445 .reserve = treo_reserve,
449 .init_irq = pxa27x_init_irq, 446 .init_irq = pxa27x_init_irq,
450 .timer = &pxa_timer, 447 .timer = &pxa_timer,
@@ -452,10 +449,8 @@ MACHINE_START(TREO680, "Palm Treo 680")
452MACHINE_END 449MACHINE_END
453 450
454MACHINE_START(CENTRO, "Palm Centro 685") 451MACHINE_START(CENTRO, "Palm Centro 685")
455 .phys_io = TREO_PHYS_IO_START,
456 .io_pg_offst = io_p2v(0x40000000),
457 .boot_params = 0xa0000100, 452 .boot_params = 0xa0000100,
458 .map_io = pxa_map_io, 453 .map_io = pxa27x_map_io,
459 .reserve = treo_reserve, 454 .reserve = treo_reserve,
460 .init_irq = pxa27x_init_irq, 455 .init_irq = pxa27x_init_irq,
461 .timer = &pxa_timer, 456 .timer = &pxa_timer,