We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bacd861 commit 46b4bffCopy full SHA for 46b4bff
include/linux/pci.h
@@ -2314,7 +2314,7 @@ bool pci_pr3_present(struct pci_dev *pdev);
2314
#else
2315
static inline struct irq_domain *
2316
pci_host_bridge_acpi_msi_domain(struct pci_bus *bus) { return NULL; }
2317
-static bool pci_pr3_present(struct pci_dev *pdev) { return false; }
+static inline bool pci_pr3_present(struct pci_dev *pdev) { return false; }
2318
#endif
2319
2320
#ifdef CONFIG_EEH
0 commit comments