diff options
author | Adrian Hunter <adrian.hunter@intel.com> | 2017-03-20 18:50:36 +0100 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2017-04-24 21:41:29 +0200 |
commit | 0c62e6752d0c769aae41bfade6258e5f9aedbe2d (patch) | |
tree | bd644e04122d0460f34d903814050cb60ae4a500 /drivers/mmc/host/sdhci-pci.h | |
parent | mmc: sdhci-pci: Use ACPI DSM to get driver strength for some Intel devices (diff) | |
download | linux-0c62e6752d0c769aae41bfade6258e5f9aedbe2d.tar.xz linux-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-pci.h')
-rw-r--r-- | drivers/mmc/host/sdhci-pci.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/mmc/host/sdhci-pci.h b/drivers/mmc/host/sdhci-pci.h index cfe519c0c990..da7b95016c6f 100644 --- a/drivers/mmc/host/sdhci-pci.h +++ b/drivers/mmc/host/sdhci-pci.h @@ -86,10 +86,6 @@ struct sdhci_pci_slot { bool cd_override_level; void (*hw_reset)(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); unsigned long private[0] ____cacheline_aligned; }; |