Commit 9051db38 authored by Stephen Boyd's avatar Stephen Boyd Committed by Ulf Hansson

mmc: sdhci-msm: Mark sdhci_msm_cqe_disable static

This function is not exported and only used in this file. Mark it static.

Cc: Ritesh Harjani <riteshh@codeaurora.org>
Cc: Veerabhadrarao Badiganti <vbadigan@codeaurora.org>
Fixes: 87a8df0d ("mmc: sdhci-msm: Add CQHCI support for sdhci-msm")
Signed-off-by: default avatarStephen Boyd <swboyd@chromium.org>
Reviewed-by: default avatarDouglas Anderson <dianders@chromium.org>
Acked-by: default avatarAdrian Hunter <adrian.hunter@intel.com>
Link: https://lore.kernel.org/r/20200206162124.201195-1-swboyd@chromium.orgSigned-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent bb6d3fb3
......@@ -1590,7 +1590,7 @@ static u32 sdhci_msm_cqe_irq(struct sdhci_host *host, u32 intmask)
return 0;
}
void sdhci_msm_cqe_disable(struct mmc_host *mmc, bool recovery)
static void sdhci_msm_cqe_disable(struct mmc_host *mmc, bool recovery)
{
struct sdhci_host *host = mmc_priv(mmc);
unsigned long flags;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment