diff options
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r-- | include/linux/pci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index ee2fd6304e05..41717ae9807e 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
@@ -512,7 +512,7 @@ struct pci_bus *pci_add_new_bus(struct pci_bus *parent, struct pci_dev *dev, | |||
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 | void pci_destroy_slot(struct pci_slot *slot); | 514 | void pci_destroy_slot(struct pci_slot *slot); |
515 | void pci_update_slot_number(struct pci_slot *slot, int slot_nr); | 515 | void pci_renumber_slot(struct pci_slot *slot, int slot_nr); |
516 | int pci_scan_slot(struct pci_bus *bus, int devfn); | 516 | int pci_scan_slot(struct pci_bus *bus, int devfn); |
517 | struct pci_dev *pci_scan_single_device(struct pci_bus *bus, int devfn); | 517 | struct pci_dev *pci_scan_single_device(struct pci_bus *bus, int devfn); |
518 | void pci_device_add(struct pci_dev *dev, struct pci_bus *bus); | 518 | void pci_device_add(struct pci_dev *dev, struct pci_bus *bus); |