PCI: Fix missing inline for pci_pr3_present()
[linux-2.6-block.git] / include / linux / pci.h
index 1d15c5d49cdd74a75a8605017b60b8d01a61227d..be529d311122d9d707ec3f9533e966d6dbb7f426 100644 (file)
@@ -2314,7 +2314,7 @@ bool pci_pr3_present(struct pci_dev *pdev);
 #else
 static inline struct irq_domain *
 pci_host_bridge_acpi_msi_domain(struct pci_bus *bus) { return NULL; }
-static bool pci_pr3_present(struct pci_dev *pdev) { return false; }
+static inline bool pci_pr3_present(struct pci_dev *pdev) { return false; }
 #endif
 
 #ifdef CONFIG_EEH