On Mon, 8 Mar 2021 09:48:42 +0000, 'Wei Yongjun wrote: > The sparse tool complains as follows: > > drivers/pci/controller/pcie-microchip-host.c:304:18: warning: > symbol 'pcie_event_to_event' was not declared. Should it be static? > drivers/pci/controller/pcie-microchip-host.c:310:18: warning: > symbol 'sec_error_to_event' was not declared. Should it be static? > drivers/pci/controller/pcie-microchip-host.c:317:18: warning: > symbol 'ded_error_to_event' was not declared. Should it be static? > drivers/pci/controller/pcie-microchip-host.c:324:18: warning: > symbol 'local_status_to_event' was not declared. Should it be static? > > [...] Applied to pci/microchip, thanks! [1/1] PCI: microchip: Make some symbols static https://git.kernel.org/lpieralisi/pci/c/2c61f32124 Thanks, Lorenzo