Skip to content

Commit

Permalink
mmc: sdhci-pci: remove outdated declaration
Browse files Browse the repository at this point in the history
The function was removed half a year ago, so this declaration can go,
too.

Fixes: 51ced59 ("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>
  • Loading branch information
Wolfram Sang authored and Ulf Hansson committed Oct 30, 2017
1 parent 4946b3a commit 79ea73b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/linux/mmc/sdhci-pci-data.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 79ea73b

Please sign in to comment.