]> www.infradead.org Git - users/jedix/linux-maple.git/commit
PCI: Unexport pci_walk_bus_locked()
authorKeith Busch <kbusch@kernel.org>
Tue, 22 Oct 2024 22:48:51 +0000 (15:48 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 11 Nov 2024 20:32:12 +0000 (14:32 -0600)
commit38a18dfe9035d5a02a53271824de1854129c61dc
tree00721c791138d9a029ba4b107cbf5420ca124641
parentee061da777f704976c6d3fdc1707788d11a052c5
PCI: Unexport pci_walk_bus_locked()

There's only one user of pci_walk_bus_locked(), and it's internal to the
PCI core.  Unexport it and make it private to drivers/pci/.

Link: https://lore.kernel.org/r/20241022224851.340648-6-kbusch@meta.com
Signed-off-by: Keith Busch <kbusch@kernel.org>
[bhelgaas: move decl to drivers/pci/pci.h]
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: Davidlohr Bueso <dave@stgolabs.net>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/pci/bus.c
drivers/pci/pci.h
include/linux/pci.h