From: Tony Lindgren Date: Mon, 20 Feb 2012 18:00:03 +0000 (-0800) Subject: ARM: OMAP: Fix build error when mmc_omap is built as module X-Git-Tag: v3.3-rc6~22^2~1^2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d517110243130965e2803cc2373d434bdaf6dafb;p=pandora-kernel.git ARM: OMAP: Fix build error when mmc_omap is built as module Otherwise we get the following error: arch/arm/mach-omap2/built-in.o: In function `n8x0_mmc_callback': twl-common.c:(.text+0x108a0): undefined reference to `omap_mmc_notify_cover_event' Fix this by warning about unusable MMC cover events. The long term fix needs to change the MMC drivers to register board specific callbacks directly with PMIC. Reported-by: Russell King Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed