]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/blobdiff - arch/arm/mach-iop13xx/setup.c
Merge branch 'cleanup/__iomem' into next/cleanup
[can-eth-gw-linux.git] / arch / arm / mach-iop13xx / setup.c
index f5c2a229ce0a8c9a0e31459b5fcaeeded050cd69..3181f61ea63e5e9bc5297624f85a3bce8c38ff73 100644 (file)
@@ -40,16 +40,6 @@ static struct map_desc iop13xx_std_desc[] __initdata = {
                .pfn     = __phys_to_pfn(IOP13XX_PMMR_PHYS_MEM_BASE),
                .length  = IOP13XX_PMMR_SIZE,
                .type    = MT_DEVICE,
-       }, { /* PCIE IO space */
-               .virtual = IOP13XX_PCIE_LOWER_IO_VA,
-               .pfn     = __phys_to_pfn(IOP13XX_PCIE_LOWER_IO_PA),
-               .length  = IOP13XX_PCIX_IO_WINDOW_SIZE,
-               .type    = MT_DEVICE,
-       }, { /* PCIX IO space */
-               .virtual = IOP13XX_PCIX_LOWER_IO_VA,
-               .pfn     = __phys_to_pfn(IOP13XX_PCIX_LOWER_IO_PA),
-               .length  = IOP13XX_PCIX_IO_WINDOW_SIZE,
-               .type    = MT_DEVICE,
        },
 };