]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
PCI: Add 'pci' prefix to struct pci_dev_resource handling functions
authorIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Fri, 19 Dec 2025 17:40:29 +0000 (19:40 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 27 Jan 2026 22:36:52 +0000 (16:36 -0600)
commitb398665a5b71665542296378c5f4e42bf22c3e9a
tree98a3022e1bdd584cccbcd9c37ad6e273d62575a8
parent1a5de84c3ae62244e06b4f9f768c874035da837a
PCI: Add 'pci' prefix to struct pci_dev_resource handling functions

setup-bus.c has static functions for handling struct pci_dev_resource
related operation which have no prefixes. Add 'pci' prefixes to those
function names as add_to_list() will be needed in another file by an
upcoming change.

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Link: https://patch.msgid.link/20251219174036.16738-17-ilpo.jarvinen@linux.intel.com
drivers/pci/setup-bus.c