]> git.ipfire.org Git - thirdparty/kernel/linux.git/blobdiff - include/linux/pci.h
Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaa...
[thirdparty/kernel/linux.git] / include / linux / pci.h
index f9e04c1703017adbc832dfd5074bdaa745f33c55..11c71c4ecf75a584ca28723083ec8b640e293b2f 100644 (file)
@@ -1710,6 +1710,10 @@ static inline int pci_irqd_intx_xlate(struct irq_domain *d,
                                      unsigned long *out_hwirq,
                                      unsigned int *out_type)
 { return -EINVAL; }
+
+static inline const struct pci_device_id *pci_match_id(const struct pci_device_id *ids,
+                                                        struct pci_dev *dev)
+{ return NULL; }
 #endif /* CONFIG_PCI */
 
 /* Include architecture-dependent settings and functions */