|
@@ -1630,7 +1630,7 @@ EXPORT_SYMBOL_GPL(sdhci_set_power);
|
|
|
* *
|
|
|
\*****************************************************************************/
|
|
|
|
|
|
-static void sdhci_request(struct mmc_host *mmc, struct mmc_request *mrq)
|
|
|
+void sdhci_request(struct mmc_host *mmc, struct mmc_request *mrq)
|
|
|
{
|
|
|
struct sdhci_host *host;
|
|
|
int present;
|
|
@@ -1669,6 +1669,7 @@ static void sdhci_request(struct mmc_host *mmc, struct mmc_request *mrq)
|
|
|
mmiowb();
|
|
|
spin_unlock_irqrestore(&host->lock, flags);
|
|
|
}
|
|
|
+EXPORT_SYMBOL_GPL(sdhci_request);
|
|
|
|
|
|
void sdhci_set_bus_width(struct sdhci_host *host, int width)
|
|
|
{
|