diff options
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r-- | include/linux/pci.h | 3 |
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, | |||
510 | struct pci_bus *pci_add_new_bus(struct pci_bus *parent, struct pci_dev *dev, | 510 | struct pci_bus *pci_add_new_bus(struct pci_bus *parent, struct pci_dev *dev, |
511 | int busnr); | 511 | int busnr); |
512 | struct pci_slot *pci_create_slot(struct pci_bus *parent, int slot_nr, | 512 | struct 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); | ||
514 | void pci_destroy_slot(struct pci_slot *slot); | 515 | void pci_destroy_slot(struct pci_slot *slot); |
515 | void pci_renumber_slot(struct pci_slot *slot, int slot_nr); | 516 | void pci_renumber_slot(struct pci_slot *slot, int slot_nr); |
516 | int pci_scan_slot(struct pci_bus *bus, int devfn); | 517 | int pci_scan_slot(struct pci_bus *bus, int devfn); |