aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/io.c')
-rw-r--r--arch/arm/mach-omap2/io.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c
index 5a3d6f9107e4..0385a284125a 100644
--- a/arch/arm/mach-omap2/io.c
+++ b/arch/arm/mach-omap2/io.c
@@ -140,12 +140,6 @@ static struct map_desc omap34xx_io_desc[] __initdata = {
140 .type = MT_DEVICE 140 .type = MT_DEVICE
141 }, 141 },
142 { 142 {
143 .virtual = L4_WK_34XX_VIRT,
144 .pfn = __phys_to_pfn(L4_WK_34XX_PHYS),
145 .length = L4_WK_34XX_SIZE,
146 .type = MT_DEVICE
147 },
148 {
149 .virtual = OMAP34XX_GPMC_VIRT, 143 .virtual = OMAP34XX_GPMC_VIRT,
150 .pfn = __phys_to_pfn(OMAP34XX_GPMC_PHYS), 144 .pfn = __phys_to_pfn(OMAP34XX_GPMC_PHYS),
151 .length = OMAP34XX_GPMC_SIZE, 145 .length = OMAP34XX_GPMC_SIZE,
@@ -192,12 +186,6 @@ static struct map_desc omap44xx_io_desc[] __initdata = {
192 .type = MT_DEVICE, 186 .type = MT_DEVICE,
193 }, 187 },
194 { 188 {
195 .virtual = L4_WK_44XX_VIRT,
196 .pfn = __phys_to_pfn(L4_WK_44XX_PHYS),
197 .length = L4_WK_44XX_SIZE,
198 .type = MT_DEVICE,
199 },
200 {
201 .virtual = OMAP44XX_GPMC_VIRT, 189 .virtual = OMAP44XX_GPMC_VIRT,
202 .pfn = __phys_to_pfn(OMAP44XX_GPMC_PHYS), 190 .pfn = __phys_to_pfn(OMAP44XX_GPMC_PHYS),
203 .length = OMAP44XX_GPMC_SIZE, 191 .length = OMAP44XX_GPMC_SIZE,