From: Andy Shevchenko Date: Thu, 14 Oct 2021 13:26:10 +0000 (+0300) Subject: mmc: sdhci: Remove unused prototype declaration in the header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e087e11c4cff869bc54bda3c2cb52f394ecdbb79;p=linux.git mmc: sdhci: Remove unused prototype declaration in the header sdhci_card_detect() is not defined anywhere. Remove it. Signed-off-by: Andy Shevchenko Acked-by: Adrian Hunter Link: https://lore.kernel.org/r/20211014132613.27861-3-andriy.shevchenko@linux.intel.com Signed-off-by: Ulf Hansson --- diff --git a/drivers/mmc/host/sdhci.h b/drivers/mmc/host/sdhci.h index c593af479832c..bb883553d3b46 100644 --- a/drivers/mmc/host/sdhci.h +++ b/drivers/mmc/host/sdhci.h @@ -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);