Re: [PATCH] PCI: always build pci-host-common on ARM64

2017-02-15 Thread Arnd Bergmann
On Wed, Feb 15, 2017 at 5:56 PM, Bjorn Helgaas wrote: > On Tue, Feb 14, 2017 at 10:42:56PM +0100, Arnd Bergmann wrote: >> The Thunder PCI host driver is always built, but it relies on >> pci_host_common_probe, >> so we get a link error here: >> >> drivers/pci/host/pci-thunder-pem.c: In function '

Re: [PATCH] PCI: always build pci-host-common on ARM64

2017-02-15 Thread Bjorn Helgaas
On Tue, Feb 14, 2017 at 10:42:56PM +0100, Arnd Bergmann wrote: > The Thunder PCI host driver is always built, but it relies on > pci_host_common_probe, > so we get a link error here: > > drivers/pci/host/pci-thunder-pem.c: In function 'thunder_pem_probe': > drivers/pci/host/pci-thunder-pem.c:412:

[PATCH] PCI: always build pci-host-common on ARM64

2017-02-14 Thread Arnd Bergmann
The Thunder PCI host driver is always built, but it relies on pci_host_common_probe, so we get a link error here: drivers/pci/host/pci-thunder-pem.c: In function 'thunder_pem_probe': drivers/pci/host/pci-thunder-pem.c:412:9: error: implicit declaration of function 'pci_host_common_probe';did you