From: lintao Date: Fri, 7 Mar 2014 09:26:15 +0000 (+0800) Subject: mmc: core: remove mmc_resume_bus X-Git-Tag: firefly_0821_release~6165^2~36 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3bbdce336792ae04734b399c8ed66c5cfc1773d2;p=firefly-linux-kernel-4.4.55.git mmc: core: remove mmc_resume_bus --- diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c index ad2f92bb35c7..4b6c0cae12c7 100644 --- a/drivers/mmc/core/core.c +++ b/drivers/mmc/core/core.c @@ -1645,6 +1645,7 @@ static inline void mmc_bus_put(struct mmc_host *host) spin_unlock_irqrestore(&host->lock, flags); } +/* int mmc_resume_bus(struct mmc_host *host) { unsigned long flags; @@ -1674,6 +1675,7 @@ int mmc_resume_bus(struct mmc_host *host) } EXPORT_SYMBOL(mmc_resume_bus); +*/ /* * Assign a mmc bus handler to a host. Only one bus handler may control a