]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Remove duplicate entries from omap2 io.c
authorTrilok Soni <soni.trilok@gmail.com>
Tue, 8 May 2007 17:35:25 +0000 (23:05 +0530)
committerTony Lindgren <tony@atomide.com>
Tue, 8 May 2007 22:35:21 +0000 (15:35 -0700)
- Remove duplicate entries generated due to merging.

Signed-off-by: Trilok Soni <soni.trilok@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/io.c

index 008a650fc42bc0b27f92d35f2c60001c26409597..9e660296e3e2c119bf86c34ad8215448e7284cea 100644 (file)
@@ -73,50 +73,6 @@ static struct map_desc omap2_io_desc[] __initdata = {
                .length         = OMAP243X_SMS_SIZE,
                .type           = MT_DEVICE
        },
-#endif
-       {
-               .virtual        = DSP_MEM_24XX_VIRT,
-               .pfn            = __phys_to_pfn(DSP_MEM_24XX_PHYS),
-               .length         = DSP_MEM_24XX_SIZE,
-               .type           = MT_DEVICE
-       },
-       {
-               .virtual        = DSP_IPI_24XX_VIRT,
-               .pfn            = __phys_to_pfn(DSP_IPI_24XX_PHYS),
-               .length         = DSP_IPI_24XX_SIZE,
-               .type           = MT_DEVICE
-       },
-       {
-               .virtual        = DSP_MMU_24XX_VIRT,
-               .pfn            = __phys_to_pfn(DSP_MMU_24XX_PHYS),
-               .length         = DSP_MMU_24XX_SIZE,
-               .type           = MT_DEVICE
-       },
-#ifdef CONFIG_ARCH_OMAP2430
-       {
-               .virtual        = L4_WK_243X_VIRT,
-               .pfn            = __phys_to_pfn(L4_WK_243X_PHYS),
-               .length         = L4_WK_243X_SIZE,
-               .type           = MT_DEVICE
-       },
-       {
-               .virtual        = OMAP243X_GPMC_VIRT,
-               .pfn            = __phys_to_pfn(OMAP243X_GPMC_PHYS),
-               .length         = OMAP243X_GPMC_SIZE,
-               .type           = MT_DEVICE
-       },
-       {
-               .virtual        = OMAP243X_SDRC_VIRT,
-               .pfn            = __phys_to_pfn(OMAP243X_SDRC_PHYS),
-               .length         = OMAP243X_SDRC_SIZE,
-               .type           = MT_DEVICE
-       },
-       {
-               .virtual        = OMAP243X_SMS_VIRT,
-               .pfn            = __phys_to_pfn(OMAP243X_SMS_PHYS),
-               .length         = OMAP243X_SMS_SIZE,
-               .type           = MT_DEVICE
-       },
 #endif
        {
                .virtual        = DSP_MEM_24XX_VIRT,