diff options
author | 2025-03-11 19:46:59 +0200 | |
---|---|---|
committer | 2025-03-20 16:44:25 -0500 | |
commit | 7d4bcc0f2631e4ee10b5bcfff24a423d1c3c02a3 (patch) | |
tree | 323fa2f1d71a303e657c65287a70e0a3d78c493d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | PCI: Move pci_rescan_bus_bridge_resize() declaration to pci/pci.h (diff) | |
download | wireguard-linux-7d4bcc0f2631e4ee10b5bcfff24a423d1c3c02a3.tar.xz wireguard-linux-7d4bcc0f2631e4ee10b5bcfff24a423d1c3c02a3.zip |
PCI: Move resource reassignment func declarations into pci/pci.h
Neither pci_reassign_bridge_resources() nor pci_reassign_resource() is used
outside of the PCI subsystem. They seem to be naturally static functions
but since resource fitting/assignment is split between setup-bus.c and
setup-res.c, they fall into different sides of the divide and need to be
declared.
Move the declarations of pci_reassign_bridge_resources() and
pci_reassign_resource() into pci/pci.h to keep them internal to PCI
subsystem.
Link: https://lore.kernel.org/r/20250311174701.3586-2-ilpo.jarvinen@linux.intel.com
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions