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’
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
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[] = {
|
3 matches
Mail list logo