mmc: sdhci: Remove unused prototype declaration in the header
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 14 Oct 2021 13:26:10 +0000 (16:26 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 19 Oct 2021 10:43:21 +0000 (12:43 +0200)
sdhci_card_detect() is not defined anywhere. Remove it.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Link: https://lore.kernel.org/r/20211014132613.27861-3-andriy.shevchenko@linux.intel.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci.h

index c593af479832cd124d4f93f9cc1ab03ed79395aa..bb883553d3b461982ffca66d7a7b23aaa7c70729 100644 (file)
@@ -750,7 +750,6 @@ static inline void *sdhci_priv(struct sdhci_host *host)
        return host->private;
 }
 
-void sdhci_card_detect(struct sdhci_host *host);
 void __sdhci_read_caps(struct sdhci_host *host, const u16 *ver,
                       const u32 *caps, const u32 *caps1);
 int sdhci_setup_host(struct sdhci_host *host);