]> www.infradead.org Git - users/jedix/linux-maple.git/commit
PCI: Make pci_setup_bridge() static
authorIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Tue, 11 Mar 2025 17:47:00 +0000 (19:47 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 20 Mar 2025 21:44:26 +0000 (16:44 -0500)
commit2f255e299c676cbae4b0d164a497a0553b86845a
tree51cd40075e87bc069a2b8e96d700af28fb926b42
parent7d4bcc0f2631e4ee10b5bcfff24a423d1c3c02a3
PCI: Make pci_setup_bridge() static

pci_setup_bridge() is only used within setup-bus.c. Therefore, make it a
static function.

Link: https://lore.kernel.org/r/20250311174701.3586-3-ilpo.jarvinen@linux.intel.com
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/setup-bus.c
include/linux/pci.h