diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/pci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index 2891c3d3e51a..04771b9c3316 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
@@ -1328,5 +1328,7 @@ static inline bool pci_is_pcie(struct pci_dev *dev) | |||
1328 | return !!pci_pcie_cap(dev); | 1328 | return !!pci_pcie_cap(dev); |
1329 | } | 1329 | } |
1330 | 1330 | ||
1331 | void pci_request_acs(void); | ||
1332 | |||
1331 | #endif /* __KERNEL__ */ | 1333 | #endif /* __KERNEL__ */ |
1332 | #endif /* LINUX_PCI_H */ | 1334 | #endif /* LINUX_PCI_H */ |