From: Tony Lindgren Date: Tue, 6 Mar 2012 19:49:28 +0000 (-0800) Subject: ARM: OMAP2: Fix section warning for n8x0 when CONFIG_MMC_OMAP is not set X-Git-Tag: v3.4-rc1~93^2~5^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49b87c6db100cf9802be22a1b83a72cbcadaa76c;p=pandora-kernel.git ARM: OMAP2: Fix section warning for n8x0 when CONFIG_MMC_OMAP is not set Otherwise we get: arch/arm/mach-omap2/board-n8x0.c:39:12: warning: 'slot1_cover_open' defined but not used [-Wunused-variable] arch/arm/mach-omap2/board-n8x0.c:40:12: warning: 'slot2_cover_open' defined but not used [-Wunused-variable] arch/arm/mach-omap2/board-n8x0.c:41:23: warning: 'mmc_device' defined but not used [-Wunused-variable] Reported-by: Russell King Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed