aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r--include/linux/pci.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h
index 41717ae9807e..9a8cee623301 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -510,7 +510,8 @@ struct pci_bus *pci_create_bus(struct device *parent, int bus,
510struct pci_bus *pci_add_new_bus(struct pci_bus *parent, struct pci_dev *dev, 510struct pci_bus *pci_add_new_bus(struct pci_bus *parent, struct pci_dev *dev,
511 int busnr); 511 int busnr);
512struct pci_slot *pci_create_slot(struct pci_bus *parent, int slot_nr, 512struct pci_slot *pci_create_slot(struct pci_bus *parent, int slot_nr,
513 const char *name); 513 const char *name,
514 struct hotplug_slot *hotplug);
514void pci_destroy_slot(struct pci_slot *slot); 515void pci_destroy_slot(struct pci_slot *slot);
515void pci_renumber_slot(struct pci_slot *slot, int slot_nr); 516void pci_renumber_slot(struct pci_slot *slot, int slot_nr);
516int pci_scan_slot(struct pci_bus *bus, int devfn); 517int pci_scan_slot(struct pci_bus *bus, int devfn);