]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00231273-01 mmc: sdhci: modularize sdhci driver
authorRyan QIAN <b32804@freescale.com>
Fri, 26 Oct 2012 02:11:22 +0000 (10:11 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:41 +0000 (08:35 +0200)
Export sdhci_request to fix build error.

Here's the error message:
ERROR: "sdhci_request" [drivers/mmc/host/sdhci-platform.ko] undefined!

Acked-by: Dong Aisheng <b29396@freescale.com>
Signed-off-by: Ryan QIAN <b32804@freescale.com>
drivers/mmc/host/sdhci.c

index e8f78aebdefe55241d03884fc8b1134e563941e9..d34486e8c9f47de6a6e92f25ff0d422622eac6bd 100755 (executable)
@@ -1312,6 +1312,7 @@ void sdhci_request(struct mmc_host *mmc, struct mmc_request *mrq)
        mmiowb();
        spin_unlock_irqrestore(&host->lock, flags);
 }
+EXPORT_SYMBOL_GPL(sdhci_request);
 
 static void sdhci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios)
 {