diff options
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r-- | include/linux/pci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index a788fa12ff3..5e2c7e15187 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
@@ -621,6 +621,7 @@ void pci_fixup_cardbus(struct pci_bus *); | |||
621 | 621 | ||
622 | /* Generic PCI functions used internally */ | 622 | /* Generic PCI functions used internally */ |
623 | 623 | ||
624 | void pcibios_scan_specific_bus(int busn); | ||
624 | extern struct pci_bus *pci_find_bus(int domain, int busnr); | 625 | extern struct pci_bus *pci_find_bus(int domain, int busnr); |
625 | void pci_bus_add_devices(const struct pci_bus *bus); | 626 | void pci_bus_add_devices(const struct pci_bus *bus); |
626 | struct pci_bus *pci_scan_bus_parented(struct device *parent, int bus, | 627 | struct pci_bus *pci_scan_bus_parented(struct device *parent, int bus, |