mmc: pwrseq: export mmc_pwrseq_power_off()

net/rfkill/rfkill-wlan.c use mmc_pwrseq_power_off()

Change-Id: I761788f58418604c43f367b48dfe4bb2ff971d48
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
Tao Huang
2020-03-28 15:50:04 +08:00
parent 2cf509da1d
commit 8561febee7

View File

@@ -75,6 +75,7 @@ void mmc_pwrseq_power_off(struct mmc_host *host)
if (pwrseq && pwrseq->ops->power_off)
pwrseq->ops->power_off(host);
}
EXPORT_SYMBOL(mmc_pwrseq_power_off);
void mmc_pwrseq_reset(struct mmc_host *host)
{