On 15/09/17 21:13, Wolfram Sang wrote: > 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@xxxxxxxxxxxxxxxxxxxx> Acked-by: Adrian Hunter <adrian.hunter@xxxxxxxxx> > --- > include/linux/mmc/sdhci-pci-data.h | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/include/linux/mmc/sdhci-pci-data.h b/include/linux/mmc/sdhci-pci-data.h > index fda15b6d4135d3..618f90d6e1ba1a 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 >