PCI: Remove unused pci_configure_slot()

All pci_configure_slot() uses have been removed, so remove the definition
as well.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Yinghai Lu <yinghai@kernel.org>
This commit is contained in:
Bjorn Helgaas 2014-08-28 12:21:44 -06:00
parent 81ee57326c
commit fbfa398b84
2 changed files with 0 additions and 30 deletions

View file

@ -187,6 +187,4 @@ static inline int pci_get_hp_params(struct pci_dev *dev,
return -ENODEV;
}
#endif
void pci_configure_slot(struct pci_dev *dev);
#endif