From: Tony Lindgren Date: Wed, 6 Jun 2012 13:44:09 +0000 (-0400) Subject: mmc: omap: Fix a section warning regression X-Git-Tag: v3.5-rc4~28^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f837791d90bca76384b665eb2649feab169cc13;p=pandora-kernel.git mmc: omap: Fix a section warning regression 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 Acked-by: Felipe Balbi Signed-off-by: Chris Ball --- Reading git-diff-tree failed