Skip to content

Commit 9051db3

Browse files
bebarinostorulf
authored andcommitted
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 <[email protected]> Cc: Veerabhadrarao Badiganti <[email protected]> Fixes: 87a8df0 ("mmc: sdhci-msm: Add CQHCI support for sdhci-msm") Signed-off-by: Stephen Boyd <[email protected]> Reviewed-by: Douglas Anderson <[email protected]> Acked-by: Adrian Hunter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ulf Hansson <[email protected]>
1 parent bb6d3fb commit 9051db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mmc/host/sdhci-msm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1590,7 +1590,7 @@ static u32 sdhci_msm_cqe_irq(struct sdhci_host *host, u32 intmask)
15901590
return 0;
15911591
}
15921592

1593-
void sdhci_msm_cqe_disable(struct mmc_host *mmc, bool recovery)
1593+
static void sdhci_msm_cqe_disable(struct mmc_host *mmc, bool recovery)
15941594
{
15951595
struct sdhci_host *host = mmc_priv(mmc);
15961596
unsigned long flags;

0 commit comments

Comments
 (0)