diff options
Diffstat (limited to 'drivers/pci/pci.h')
-rw-r--r-- | drivers/pci/pci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/pci.h b/drivers/pci/pci.h index e8518292826f..19043cbe097c 100644 --- a/drivers/pci/pci.h +++ b/drivers/pci/pci.h | |||
@@ -209,7 +209,7 @@ extern int __pci_read_base(struct pci_dev *dev, enum pci_bar_type type, | |||
209 | extern int pci_resource_bar(struct pci_dev *dev, int resno, | 209 | extern int pci_resource_bar(struct pci_dev *dev, int resno, |
210 | enum pci_bar_type *type); | 210 | enum pci_bar_type *type); |
211 | extern int pci_bus_add_child(struct pci_bus *bus); | 211 | extern int pci_bus_add_child(struct pci_bus *bus); |
212 | extern void pci_enable_ari(struct pci_dev *dev); | 212 | extern void pci_configure_ari(struct pci_dev *dev); |
213 | /** | 213 | /** |
214 | * pci_ari_enabled - query ARI forwarding status | 214 | * pci_ari_enabled - query ARI forwarding status |
215 | * @bus: the PCI bus | 215 | * @bus: the PCI bus |