]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
PCI: Move pci_resource_alignment() to setup-res.c file
authorIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Wed, 29 Apr 2026 12:26:15 +0000 (15:26 +0300)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 23 Jun 2026 17:08:52 +0000 (12:08 -0500)
commite9310aa3d2a1fa155565e253841fff841e31db64
treea5e920bee75757eb3fb70d8873ef568ec65615ae
parent1845201aa572807e1639fe20b06625d738391fd1
PCI: Move pci_resource_alignment() to setup-res.c file

pci_resource_alignment() is a bit on the complex side to have in a header
so put it into setup-res.c.

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