Re: [PATCH] PCI: rcar: select PCI_MSI_IRQ_DOMAIN

2016-05-02 Thread Bjorn Helgaas
On Sat, Apr 16, 2016 at 10:15:46PM +0200, Arnd Bergmann wrote: > The R-CAR PCIe driver requires the use of irq domains for its > MSI code: > > drivers/pci/host/pcie-rcar.c: In function 'rcar_pcie_msi_irq': > drivers/pci/host/pcie-rcar.c:635:9: error: implicit declaration of function >

Re: [PATCH] PCI: rcar: select PCI_MSI_IRQ_DOMAIN

2016-05-02 Thread Bjorn Helgaas
On Sat, Apr 16, 2016 at 10:15:46PM +0200, Arnd Bergmann wrote: > The R-CAR PCIe driver requires the use of irq domains for its > MSI code: > > drivers/pci/host/pcie-rcar.c: In function 'rcar_pcie_msi_irq': > drivers/pci/host/pcie-rcar.c:635:9: error: implicit declaration of function >

Re: [PATCH] PCI: rcar: select PCI_MSI_IRQ_DOMAIN

2016-04-16 Thread Simon Horman
On Sat, Apr 16, 2016 at 10:15:46PM +0200, Arnd Bergmann wrote: > The R-CAR PCIe driver requires the use of irq domains for its > MSI code: > > drivers/pci/host/pcie-rcar.c: In function 'rcar_pcie_msi_irq': > drivers/pci/host/pcie-rcar.c:635:9: error: implicit declaration of function >

Re: [PATCH] PCI: rcar: select PCI_MSI_IRQ_DOMAIN

2016-04-16 Thread Simon Horman
On Sat, Apr 16, 2016 at 10:15:46PM +0200, Arnd Bergmann wrote: > The R-CAR PCIe driver requires the use of irq domains for its > MSI code: > > drivers/pci/host/pcie-rcar.c: In function 'rcar_pcie_msi_irq': > drivers/pci/host/pcie-rcar.c:635:9: error: implicit declaration of function >

[PATCH] PCI: rcar: select PCI_MSI_IRQ_DOMAIN

2016-04-16 Thread Arnd Bergmann
The R-CAR PCIe driver requires the use of irq domains for its MSI code: drivers/pci/host/pcie-rcar.c: In function 'rcar_pcie_msi_irq': drivers/pci/host/pcie-rcar.c:635:9: error: implicit declaration of function 'irq_find_mapping' [-Werror=implicit-function-declaration]

[PATCH] PCI: rcar: select PCI_MSI_IRQ_DOMAIN

2016-04-16 Thread Arnd Bergmann
The R-CAR PCIe driver requires the use of irq domains for its MSI code: drivers/pci/host/pcie-rcar.c: In function 'rcar_pcie_msi_irq': drivers/pci/host/pcie-rcar.c:635:9: error: implicit declaration of function 'irq_find_mapping' [-Werror=implicit-function-declaration]