mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user