diff options
Diffstat (limited to 'arch/arm/mach-pxa/lpd270.c')
-rw-r--r-- | arch/arm/mach-pxa/lpd270.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/lpd270.c b/arch/arm/mach-pxa/lpd270.c index 623af0232a5..db615d578c0 100644 --- a/arch/arm/mach-pxa/lpd270.c +++ b/arch/arm/mach-pxa/lpd270.c | |||
@@ -495,7 +495,7 @@ static struct map_desc lpd270_io_desc[] __initdata = { | |||
495 | 495 | ||
496 | static void __init lpd270_map_io(void) | 496 | static void __init lpd270_map_io(void) |
497 | { | 497 | { |
498 | pxa_map_io(); | 498 | pxa27x_map_io(); |
499 | iotable_init(lpd270_io_desc, ARRAY_SIZE(lpd270_io_desc)); | 499 | iotable_init(lpd270_io_desc, ARRAY_SIZE(lpd270_io_desc)); |
500 | 500 | ||
501 | /* for use I SRAM as framebuffer. */ | 501 | /* for use I SRAM as framebuffer. */ |