diff options
Diffstat (limited to 'arch/arm/mach-pxa')
-rw-r--r-- | arch/arm/mach-pxa/pxa27x.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-pxa/pxa27x.c b/arch/arm/mach-pxa/pxa27x.c index 6cc0f4656d10..b040d7d14888 100644 --- a/arch/arm/mach-pxa/pxa27x.c +++ b/arch/arm/mach-pxa/pxa27x.c | |||
@@ -404,11 +404,6 @@ static struct map_desc pxa27x_io_desc[] __initdata = { | |||
404 | .pfn = __phys_to_pfn(PXA2XX_SMEMC_BASE), | 404 | .pfn = __phys_to_pfn(PXA2XX_SMEMC_BASE), |
405 | .length = SMEMC_SIZE, | 405 | .length = SMEMC_SIZE, |
406 | .type = MT_DEVICE | 406 | .type = MT_DEVICE |
407 | }, { /* IMem ctl */ | ||
408 | .virtual = (unsigned long)IMEMC_VIRT, | ||
409 | .pfn = __phys_to_pfn(IMEMC_PHYS), | ||
410 | .length = IMEMC_SIZE, | ||
411 | .type = MT_DEVICE | ||
412 | }, { /* UNCACHED_PHYS_0 */ | 407 | }, { /* UNCACHED_PHYS_0 */ |
413 | .virtual = UNCACHED_PHYS_0, | 408 | .virtual = UNCACHED_PHYS_0, |
414 | .pfn = __phys_to_pfn(0x00000000), | 409 | .pfn = __phys_to_pfn(0x00000000), |