From: Tony Lindgren Date: Mon, 4 Jun 2012 09:56:27 +0000 (-0700) Subject: Commit b6e0703b (mmc: omap: make it behave well as a module) made some X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2ed9866ab43eddcab5d9e2706b5bca0bbd8108a;p=pandora-kernel.git Commit b6e0703b (mmc: omap: make it behave well as a module) made some __devinit changes but missed one function causing a section warning: WARNING: vmlinux.o(.devinit.text+0x8604): Section mismatch in reference from the function mmc_omap_probe) The function __devinit mmc_omap_probe() references a function __init mmc_omap_new_slot() Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed