diff options
Diffstat (limited to 'arch/arm/mach-pxa/palmld.c')
-rw-r--r-- | arch/arm/mach-pxa/palmld.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-pxa/palmld.c b/arch/arm/mach-pxa/palmld.c index 91038eeafe44..ce092c521e6d 100644 --- a/arch/arm/mach-pxa/palmld.c +++ b/arch/arm/mach-pxa/palmld.c | |||
@@ -39,7 +39,7 @@ | |||
39 | #include <mach/mmc.h> | 39 | #include <mach/mmc.h> |
40 | #include <mach/pxafb.h> | 40 | #include <mach/pxafb.h> |
41 | #include <mach/irda.h> | 41 | #include <mach/irda.h> |
42 | #include <mach/pxa27x_keypad.h> | 42 | #include <plat/pxa27x_keypad.h> |
43 | #include <mach/palmasoc.h> | 43 | #include <mach/palmasoc.h> |
44 | #include <mach/palm27x.h> | 44 | #include <mach/palm27x.h> |
45 | 45 | ||
@@ -343,8 +343,6 @@ static void __init palmld_init(void) | |||
343 | } | 343 | } |
344 | 344 | ||
345 | MACHINE_START(PALMLD, "Palm LifeDrive") | 345 | MACHINE_START(PALMLD, "Palm LifeDrive") |
346 | .phys_io = PALMLD_PHYS_IO_START, | ||
347 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
348 | .boot_params = 0xa0000100, | 346 | .boot_params = 0xa0000100, |
349 | .map_io = palmld_map_io, | 347 | .map_io = palmld_map_io, |
350 | .init_irq = pxa27x_init_irq, | 348 | .init_irq = pxa27x_init_irq, |