Merge branch 'spi-4.20' into spi-next

This commit is contained in:
Mark Brown
2018-10-21 17:00:14 +01:00
53 changed files with 3941 additions and 396 deletions

View File

@@ -1705,6 +1705,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 */