]> git.itanic.dy.fi Git - linux-stable/commit
PCI: mt7621: Declare mt7621_pci_ops static
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Wed, 17 Nov 2021 15:29:52 +0000 (16:29 +0100)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 12 Jan 2022 21:22:32 +0000 (15:22 -0600)
commitda48157092e7dd25e8c0fa38e0ccd93219a66046
treed9a4a533b9659a9656065d1eb37fd7ba54357b41
parentfa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf
PCI: mt7621: Declare mt7621_pci_ops static

Sparse complains about mt7621_pci_ops symbol is not declared and asks if
it should be declared as static instead. Sparse is right. Hence declare
symbol as static.

Link: https://lore.kernel.org/r/20211117152952.12271-1-sergio.paracuellos@gmail.com
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Krzysztof WilczyƄski <kw@linux.com>
drivers/pci/controller/pcie-mt7621.c