1
linux/drivers/mmc
Tony Lindgren 4f837791d9 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 <tony@atomide.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
2012-06-06 09:44:09 -04:00
..
card mmc: block: Allow disabling 512B sector size emulation 2012-05-17 09:35:21 -04:00
core mmc: sdio: fix setting card data bus width as 4-bit 2012-06-06 09:22:53 -04:00
host mmc: omap: Fix a section warning regression 2012-06-06 09:44:09 -04:00
Kconfig
Makefile mmc: sdhci-pci: add platform data 2012-01-11 23:58:47 -05:00