aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.h
diff options
context:
space:
mode:
authorBinbin Zhou <zhoubinbin@loongson.cn>2025-06-07 15:53:41 +0800
committerUlf Hansson <ulf.hansson@linaro.org>2025-06-24 12:43:26 +0200
commit1f129bc3ebe54a1616a1adf33fef61fb5ec0d26d (patch)
tree53e125417e87594d79db421b540b45b4de6da968 /drivers/mmc/host/sdhci.h
parentmmc: sdhci_f_sdh30: Drop the use of sdhci_pltfm_free() (diff)
downloadlinux-1f129bc3ebe54a1616a1adf33fef61fb5ec0d26d.tar.gz
linux-1f129bc3ebe54a1616a1adf33fef61fb5ec0d26d.zip
mmc: sdhci: Drop sdhci_free_host()/sdhci_pltfm_free() interface
>From now on, all calls to sdhci_free_host()/sdhci_pltfm_free() have been cleaned up, so we can just delete them. Signed-off-by: Binbin Zhou <zhoubinbin@loongson.cn> Link: https://lore.kernel.org/r/8adcfef00fd4bc40f33f5fd42d2e5e73d72e68e4.1749127796.git.zhoubinbin@loongson.cn Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to '')
-rw-r--r--drivers/mmc/host/sdhci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci.h b/drivers/mmc/host/sdhci.h
index 6ccb21e50ee4..6f9a42b628f0 100644
--- a/drivers/mmc/host/sdhci.h
+++ b/drivers/mmc/host/sdhci.h
@@ -811,7 +811,6 @@ static inline u8 sdhci_readb(struct sdhci_host *host, int reg)
#endif /* CONFIG_MMC_SDHCI_IO_ACCESSORS */
struct sdhci_host *sdhci_alloc_host(struct device *dev, size_t priv_size);
-void sdhci_free_host(struct sdhci_host *host);
static inline void *sdhci_priv(struct sdhci_host *host)
{