Commit ceb2ea19 authored by Sachin Kamat's avatar Sachin Kamat Committed by Christian Daudt

mmc: sdhci-bcm-kona: Staticize sdhci_bcm_kona_card_event

sdhci_bcm_kona_card_event is referenced only in this file.
Make it static.
Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Acked-by: default avatarChristian Daudt <csd@broadcom.com>
parent b97d6d08
......@@ -161,7 +161,7 @@ static int sdhci_bcm_kona_sd_card_emulate(struct sdhci_host *host, int insert)
/*
* SD card interrupt event callback
*/
void sdhci_bcm_kona_card_event(struct sdhci_host *host)
static void sdhci_bcm_kona_card_event(struct sdhci_host *host)
{
if (mmc_gpio_get_cd(host->mmc) > 0) {
dev_dbg(mmc_dev(host->mmc),
......
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