summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.h
diff options
context:
space:
mode:
authorAdrian Hunter <adrian.hunter@intel.com>2017-03-20 19:50:36 +0200
committerUlf Hansson <ulf.hansson@linaro.org>2017-04-24 21:41:29 +0200
commit0c62e6752d0c769aae41bfade6258e5f9aedbe2d (patch)
treebd644e04122d0460f34d903814050cb60ae4a500 /drivers/mmc/host/sdhci.h
parent51ced59cc02e0d08f61772c888480b9b1749cef1 (diff)
downloadlinux-stable-0c62e6752d0c769aae41bfade6258e5f9aedbe2d.tar.gz
linux-stable-0c62e6752d0c769aae41bfade6258e5f9aedbe2d.tar.bz2
linux-stable-0c62e6752d0c769aae41bfade6258e5f9aedbe2d.zip
mmc: sdhci: Remove ->select_drive_strength() callback
Drivers can use the host operation directly, so remove this now unused callback. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Tested-by: Ludovic Desroches <ludovic.desroches@microchip.com>
Diffstat (limited to 'drivers/mmc/host/sdhci.h')
-rw-r--r--drivers/mmc/host/sdhci.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/mmc/host/sdhci.h b/drivers/mmc/host/sdhci.h
index edf3adfbc213..67772674da90 100644
--- a/drivers/mmc/host/sdhci.h
+++ b/drivers/mmc/host/sdhci.h
@@ -562,10 +562,6 @@ struct sdhci_ops {
void (*adma_workaround)(struct sdhci_host *host, u32 intmask);
void (*card_event)(struct sdhci_host *host);
void (*voltage_switch)(struct sdhci_host *host);
- int (*select_drive_strength)(struct sdhci_host *host,
- struct mmc_card *card,
- unsigned int max_dtr, int host_drv,
- int card_drv, int *drv_type);
};
#ifdef CONFIG_MMC_SDHCI_IO_ACCESSORS