summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/io.c
diff options
context:
space:
mode:
authorTony Lindgren2012-03-06 20:49:22 +0100
committerTony Lindgren2012-03-06 20:49:22 +0100
commite48f814e6366d36a0495f6aa2838a064304f6406 (patch)
tree10627d9cc2d23be0d323c101b391b9d3397bdb2d /arch/arm/mach-omap2/io.c
parentARM: OMAP1: Fix section mismatch for omap1_init_early() (diff)
downloadkernel-qcow2-linux-e48f814e6366d36a0495f6aa2838a064304f6406.tar.gz
kernel-qcow2-linux-e48f814e6366d36a0495f6aa2838a064304f6406.tar.xz
kernel-qcow2-linux-e48f814e6366d36a0495f6aa2838a064304f6406.zip
ARM: OMAP2+: Fix omap24xx_io_desc warning if SoC subtypes are not selected
Otherwise we get the following warning: arch/arm/mach-omap2/io.c:53:24: warning: 'omap24xx_io_desc' defined but not used [-Wunused-variable] Reported-by: Russell King <linux@arm.linux.org.uk> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/io.c')
-rw-r--r--arch/arm/mach-omap2/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c
index 9bd07f33eea7..3fbb0c0b84a4 100644
--- a/arch/arm/mach-omap2/io.c
+++ b/arch/arm/mach-omap2/io.c
@@ -49,7 +49,7 @@
* default mapping provided here.
*/
-#ifdef CONFIG_ARCH_OMAP2
+#if defined(CONFIG_SOC_OMAP2420) || defined(CONFIG_SOC_OMAP2430)
static struct map_desc omap24xx_io_desc[] __initdata = {
{
.virtual = L3_24XX_VIRT,