summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2014-02-12 10:45:52 +0100
committerTony Lindgren <tony@atomide.com>2014-02-13 15:29:45 -0800
commit43e21ef061598024dcb4821b97b9eaebfed0b50d (patch)
tree00d799fb04aa1a8dbce6c3212c5f9d87f042e94f
parent84b57c84b10de62d832b04da02af9cba60199d0c (diff)
downloadop-kernel-dev-43e21ef061598024dcb4821b97b9eaebfed0b50d.zip
op-kernel-dev-43e21ef061598024dcb4821b97b9eaebfed0b50d.tar.gz
ARM: OMAP2+: Remove legacy macros for zoom platforms
Commit 97411608fd5f ("ARM: OMAP2+: Remove legacy support for zoom platforms") removed the Kconfig symbols MACH_OMAP_ZOOM2 and MACH_OMAP_ZOOM3. Remove the last usage of the related macros too. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r--arch/arm/mach-omap2/io.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c
index d408b15..af432b1 100644
--- a/arch/arm/mach-omap2/io.c
+++ b/arch/arm/mach-omap2/io.c
@@ -179,15 +179,6 @@ static struct map_desc omap34xx_io_desc[] __initdata = {
.length = L4_EMU_34XX_SIZE,
.type = MT_DEVICE
},
-#if defined(CONFIG_DEBUG_LL) && \
- (defined(CONFIG_MACH_OMAP_ZOOM2) || defined(CONFIG_MACH_OMAP_ZOOM3))
- {
- .virtual = ZOOM_UART_VIRT,
- .pfn = __phys_to_pfn(ZOOM_UART_BASE),
- .length = SZ_1M,
- .type = MT_DEVICE
- },
-#endif
};
#endif
OpenPOWER on IntegriCloud