OSDN Git Service

PCI: microchip: Make the struct event_descs static
authorKrzysztof Wilczyński <kw@linux.com>
Sun, 9 May 2021 04:19:32 +0000 (04:19 +0000)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Thu, 3 Jun 2021 16:11:45 +0000 (17:11 +0100)
commit1243106474294ea4ea95d9fc076549817814ce1d
treec74f779e559c55b8508881084ce81f9c600353bc
parent6efb943b8616ec53a5e444193dccf1af9ad627b5
PCI: microchip: Make the struct event_descs static

The struct event_descs does not have any users outside the
pcie-microchip-host.c file, and has no previous declaration,
thus it can be made static.

This resolves the following sparse warning:

  drivers/pci/controller/pcie-microchip-host.c:352:3: warning: symbol 'event_descs' was not declared. Should it be static?

Link: https://lore.kernel.org/r/20210509041932.560340-1-kw@linux.com
Signed-off-by: Krzysztof Wilczyński <kw@linux.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
drivers/pci/controller/pcie-microchip-host.c