diff options
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/cmdq_hci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/cmdq_hci.c b/drivers/mmc/host/cmdq_hci.c index 54c86cb6d0fc..ffc396aadf12 100644 --- a/drivers/mmc/host/cmdq_hci.c +++ b/drivers/mmc/host/cmdq_hci.c @@ -39,7 +39,7 @@ static int cmdq_halt_poll(struct mmc_host *mmc, bool halt); static int cmdq_halt(struct mmc_host *mmc, bool halt); -#ifdef CONFIG_PM_RUNTIME +#ifdef CONFIG_PM static int cmdq_runtime_pm_get(struct cmdq_host *host) { return pm_runtime_get_sync(host->mmc->parent); |