PCI: Unexport pci_bus_sem
authorKelsey Skunberg <skunberg.kelsey@gmail.com>
Thu, 18 Jul 2019 03:29:52 +0000 (21:29 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 23 Jul 2019 23:32:50 +0000 (18:32 -0500)
pci_bus_sem is not used by a loadable kernel module and does not need to be
exported.

It was exported by ce29ca3ea407 ("PCI: acpiphp: remove all functions in
slot, even without ACPI _EJx"), which added a use of pci_bus_sem in
acpiphp, which could be built as a module at that time.  But since
6037a803b05e ("PCI: acpiphp: Convert acpiphp to be builtin only, not
modular"), it can no longer be built as a module.

Link: https://lore.kernel.org/r/20190718032951.40188-1-skunberg.kelsey@gmail.com
Signed-off-by: Kelsey Skunberg <skunberg.kelsey@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/search.c

index 7f4e65872b8daf640886d9887f9be804779f0dc4..bade14002fd8ad9afa5f3910458d4b3fcd9ea924 100644 (file)
@@ -15,7 +15,6 @@
 #include "pci.h"
 
 DECLARE_RWSEM(pci_bus_sem);
-EXPORT_SYMBOL_GPL(pci_bus_sem);
 
 /*
  * pci_for_each_dma_alias - Iterate over DMA aliases for a device