Re: [PATCH 1/2] PCI: dwc: armada-8k driver needs OF support

2020-10-05 Thread Bjorn Helgaas
On Thu, Oct 01, 2020 at 12:17:30PM +0100, Lorenzo Pieralisi wrote: > On Thu, Oct 01, 2020 at 09:42:43AM +0200, Thomas Petazzoni wrote: > > Fixes the following build warning when CONFIG_OF is disabled: > > > > drivers/pci/controller/dwc/pcie-armada8k.c:344:34: warning: > > ‘armada8k_pcie_of_match’

Re: [PATCH 1/2] PCI: dwc: armada-8k driver needs OF support

2020-10-01 Thread Lorenzo Pieralisi
On Thu, Oct 01, 2020 at 09:42:43AM +0200, Thomas Petazzoni wrote: > Fixes the following build warning when CONFIG_OF is disabled: > > drivers/pci/controller/dwc/pcie-armada8k.c:344:34: warning: > ‘armada8k_pcie_of_match’ defined but not used [-Wunused-const-variable=] > 344 | static const struc

[PATCH 1/2] PCI: dwc: armada-8k driver needs OF support

2020-10-01 Thread Thomas Petazzoni
Fixes the following build warning when CONFIG_OF is disabled: drivers/pci/controller/dwc/pcie-armada8k.c:344:34: warning: ‘armada8k_pcie_of_match’ defined but not used [-Wunused-const-variable=] 344 | static const struct of_device_id armada8k_pcie_of_match[] = { |