Re: [PATCH] PCI: mvebu: make mvebu_pci_bridge_emul_ops static

2019-10-17 Thread Lorenzo Pieralisi
On Tue, Oct 15, 2019 at 05:09:30PM +0100, Ben Dooks (Codethink) wrote: > The mvebu_pci_bridge_emul_ops is not exported outside > of the driver, so make it static to avoid the following > sparse warning: > > drivers/pci/controller/pci-mvebu.c:557:28: warning: symbol > 'mvebu_pci_bridge_emul_ops'

[PATCH] PCI: mvebu: make mvebu_pci_bridge_emul_ops static

2019-10-15 Thread Ben Dooks (Codethink)
The mvebu_pci_bridge_emul_ops is not exported outside of the driver, so make it static to avoid the following sparse warning: drivers/pci/controller/pci-mvebu.c:557:28: warning: symbol 'mvebu_pci_bridge_emul_ops' was not declared. Should it be static? Signed-off-by: Ben Dooks --- Cc: Thomas