|
@@ -404,11 +404,6 @@ static struct map_desc pxa27x_io_desc[] __initdata = {
|
|
|
.pfn = __phys_to_pfn(PXA2XX_SMEMC_BASE),
|
|
|
.length = SMEMC_SIZE,
|
|
|
.type = MT_DEVICE
|
|
|
- }, { /* IMem ctl */
|
|
|
- .virtual = (unsigned long)IMEMC_VIRT,
|
|
|
- .pfn = __phys_to_pfn(IMEMC_PHYS),
|
|
|
- .length = IMEMC_SIZE,
|
|
|
- .type = MT_DEVICE
|
|
|
}, { /* UNCACHED_PHYS_0 */
|
|
|
.virtual = UNCACHED_PHYS_0,
|
|
|
.pfn = __phys_to_pfn(0x00000000),
|