mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
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:
parent
81ee57326c
commit
fbfa398b84
2 changed files with 0 additions and 30 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue