]> www.pilppa.org 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 16:52:06 +0000 (09:52 -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 a88bd1e46ae0893219ffa6beba13af34a4606604..fba2e86c49ca06e8c282f7e058b5e4379d98a54f 100644 (file)
@@ -88,50 +88,6 @@ static struct map_desc omap2_io_desc[] __initdata = {
                .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,
-               .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
-       }
 };
 
 void __init omap2_map_common_io(void)