|
@@ -2641,28 +2641,6 @@ EXPORT_SYMBOL(mmc_cache_ctrl);
|
|
|
|
|
|
#ifdef CONFIG_PM
|
|
|
|
|
|
-/**
|
|
|
- * mmc_suspend_host - suspend a host
|
|
|
- * @host: mmc host
|
|
|
- */
|
|
|
-int mmc_suspend_host(struct mmc_host *host)
|
|
|
-{
|
|
|
- /* This function is deprecated */
|
|
|
- return 0;
|
|
|
-}
|
|
|
-EXPORT_SYMBOL(mmc_suspend_host);
|
|
|
-
|
|
|
-/**
|
|
|
- * mmc_resume_host - resume a previously suspended host
|
|
|
- * @host: mmc host
|
|
|
- */
|
|
|
-int mmc_resume_host(struct mmc_host *host)
|
|
|
-{
|
|
|
- /* This function is deprecated */
|
|
|
- return 0;
|
|
|
-}
|
|
|
-EXPORT_SYMBOL(mmc_resume_host);
|
|
|
-
|
|
|
/* Do the card removal on suspend if card is assumed removeable
|
|
|
* Do that in pm notifier while userspace isn't yet frozen, so we will be able
|
|
|
to sync the card.
|