]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: Unexport pci_bus_get() and pci_bus_put()
authorKelsey Skunberg <skunberg.kelsey@gmail.com>
Wed, 17 Jul 2019 18:23:53 +0000 (12:23 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 23 Jul 2019 23:32:49 +0000 (18:32 -0500)
commit5d4647343e698742359f42f2a018020b0ad2046c
tree4e19358f4c726b8718c71a710ae625a7ebbe033f
parenta42b9271fa6fbf0734a58090dc3d58807aab5053
PCI: Unexport pci_bus_get() and pci_bus_put()

pci_bus_get() and pci_bus_put() are not used by a loadable kernel module
and do not need to be exported.

These were exported by 0b8c8b4b8d41 ("PCI: Introduce pci_bus_{get|put}() to
manage PCI bus reference count"), but there are no loadable modules in the
tree that use them.

Link: https://lore.kernel.org/r/20190717182353.45557-1-skunberg.kelsey@gmail.com
Signed-off-by: Kelsey Skunberg <skunberg.kelsey@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/pci/bus.c