diff options
Diffstat (limited to 'arch/arm/mach-mx3/mx31ads.c')
-rw-r--r-- | arch/arm/mach-mx3/mx31ads.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-mx3/mx31ads.c b/arch/arm/mach-mx3/mx31ads.c index 5c76ac5ba0fe..83e5e8e1276f 100644 --- a/arch/arm/mach-mx3/mx31ads.c +++ b/arch/arm/mach-mx3/mx31ads.c | |||
@@ -492,21 +492,11 @@ static void mxc_init_i2c(void) | |||
492 | */ | 492 | */ |
493 | static struct map_desc mx31ads_io_desc[] __initdata = { | 493 | static struct map_desc mx31ads_io_desc[] __initdata = { |
494 | { | 494 | { |
495 | .virtual = AIPS1_BASE_ADDR_VIRT, | ||
496 | .pfn = __phys_to_pfn(AIPS1_BASE_ADDR), | ||
497 | .length = AIPS1_SIZE, | ||
498 | .type = MT_DEVICE_NONSHARED | ||
499 | }, { | ||
500 | .virtual = SPBA0_BASE_ADDR_VIRT, | 495 | .virtual = SPBA0_BASE_ADDR_VIRT, |
501 | .pfn = __phys_to_pfn(SPBA0_BASE_ADDR), | 496 | .pfn = __phys_to_pfn(SPBA0_BASE_ADDR), |
502 | .length = SPBA0_SIZE, | 497 | .length = SPBA0_SIZE, |
503 | .type = MT_DEVICE_NONSHARED | 498 | .type = MT_DEVICE_NONSHARED |
504 | }, { | 499 | }, { |
505 | .virtual = AIPS2_BASE_ADDR_VIRT, | ||
506 | .pfn = __phys_to_pfn(AIPS2_BASE_ADDR), | ||
507 | .length = AIPS2_SIZE, | ||
508 | .type = MT_DEVICE_NONSHARED | ||
509 | }, { | ||
510 | .virtual = CS4_BASE_ADDR_VIRT, | 500 | .virtual = CS4_BASE_ADDR_VIRT, |
511 | .pfn = __phys_to_pfn(CS4_BASE_ADDR), | 501 | .pfn = __phys_to_pfn(CS4_BASE_ADDR), |
512 | .length = CS4_SIZE / 2, | 502 | .length = CS4_SIZE / 2, |