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 b67e4df20801..c40ac910cce4 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
@@ -854,6 +854,7 @@ void pci_stop_and_remove_bus_device_locked(struct pci_dev *dev); | |||
854 | void pci_stop_root_bus(struct pci_bus *bus); | 854 | void pci_stop_root_bus(struct pci_bus *bus); |
855 | void pci_remove_root_bus(struct pci_bus *bus); | 855 | void pci_remove_root_bus(struct pci_bus *bus); |
856 | void pci_setup_cardbus(struct pci_bus *bus); | 856 | void pci_setup_cardbus(struct pci_bus *bus); |
857 | void pcibios_setup_bridge(struct pci_bus *bus, unsigned long type); | ||
857 | void pci_sort_breadthfirst(void); | 858 | void pci_sort_breadthfirst(void); |
858 | #define dev_is_pci(d) ((d)->bus == &pci_bus_type) | 859 | #define dev_is_pci(d) ((d)->bus == &pci_bus_type) |
859 | #define dev_is_pf(d) ((dev_is_pci(d) ? to_pci_dev(d)->is_physfn : false)) | 860 | #define dev_is_pf(d) ((dev_is_pci(d) ? to_pci_dev(d)->is_physfn : false)) |