aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmc
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2017-09-15 20:13:28 +0200
committerUlf Hansson <ulf.hansson@linaro.org>2017-10-30 11:40:08 +0100
commit79ea73b05aaa83b7451a3aee48a5e835fb0f3864 (patch)
treec69b5cf36d16219b9891c8197832ba7d4ae509e7 /include/linux/mmc
parentmmc: sdhci-msm: Enable delay circuit calibration clocks (diff)
downloadlinux-dev-79ea73b05aaa83b7451a3aee48a5e835fb0f3864.tar.xz
linux-dev-79ea73b05aaa83b7451a3aee48a5e835fb0f3864.zip
mmc: sdhci-pci: remove outdated declaration
The function was removed half a year ago, so this declaration can go, too. Fixes: 51ced59cc02e0d ("mmc: sdhci-pci: Use ACPI DSM to get driver strength for some Intel devices") Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Acked-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'include/linux/mmc')
-rw-r--r--include/linux/mmc/sdhci-pci-data.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/mmc/sdhci-pci-data.h b/include/linux/mmc/sdhci-pci-data.h
index fda15b6d4135..618f90d6e1ba 100644
--- a/include/linux/mmc/sdhci-pci-data.h
+++ b/include/linux/mmc/sdhci-pci-data.h
@@ -14,7 +14,4 @@ struct sdhci_pci_data {
extern struct sdhci_pci_data *(*sdhci_pci_get_data)(struct pci_dev *pdev,
int slotno);
-
-extern int sdhci_pci_spt_drive_strength;
-
#endif