Re: [PATCH 1/3] PCI: controller: al: select CONFIG_PCI_ECAM

2021-03-11 Thread Bjorn Helgaas
On Wed, Mar 10, 2021 at 10:02:55PM +0100, Arnd Bergmann wrote: > On Wed, Mar 10, 2021 at 8:32 PM Bjorn Helgaas wrote: > > > > On Mon, Mar 08, 2021 at 04:24:46PM +0100, Arnd Bergmann wrote: > > > From: Arnd Bergmann > > > > > > Compile-testing this driver without ECAM support results in a link >

Re: [PATCH 1/3] PCI: controller: al: select CONFIG_PCI_ECAM

2021-03-10 Thread Arnd Bergmann
On Wed, Mar 10, 2021 at 8:32 PM Bjorn Helgaas wrote: > > On Mon, Mar 08, 2021 at 04:24:46PM +0100, Arnd Bergmann wrote: > > From: Arnd Bergmann > > > > Compile-testing this driver without ECAM support results in a link > > failure: > > > > ld.lld: error: undefined symbol: pci_ecam_map_bus > >

Re: [PATCH 1/3] PCI: controller: al: select CONFIG_PCI_ECAM

2021-03-10 Thread Bjorn Helgaas
On Mon, Mar 08, 2021 at 04:24:46PM +0100, Arnd Bergmann wrote: > From: Arnd Bergmann > > Compile-testing this driver without ECAM support results in a link > failure: > > ld.lld: error: undefined symbol: pci_ecam_map_bus > >>> referenced by pcie-al.c > >>>

Re: [PATCH 1/3] PCI: controller: al: select CONFIG_PCI_ECAM

2021-03-08 Thread Krzysztof WilczyƄski
Hi, > Compile-testing this driver without ECAM support results in a link > failure: > > ld.lld: error: undefined symbol: pci_ecam_map_bus > >>> referenced by pcie-al.c > >>> pci/controller/dwc/pcie-al.o:(al_pcie_map_bus) in archive > >>> drivers/built-in.a > > Select CONFIG_ECAM

[PATCH 1/3] PCI: controller: al: select CONFIG_PCI_ECAM

2021-03-08 Thread Arnd Bergmann
From: Arnd Bergmann Compile-testing this driver without ECAM support results in a link failure: ld.lld: error: undefined symbol: pci_ecam_map_bus >>> referenced by pcie-al.c >>> pci/controller/dwc/pcie-al.o:(al_pcie_map_bus) in archive >>> drivers/built-in.a Select CONFIG_ECAM