x86/pci: Reorder pci_mmcfg_arch_map() definition before calls
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 21 Nov 2023 18:36:43 +0000 (12:36 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 5 Dec 2023 16:57:03 +0000 (10:57 -0600)
commit1dfc86af06131d65be5b6ffb749c5dbceafb6d00
treec48ff37d078f6a3694761552fd72eb58fa7e2329
parentf12659832612dac746bd57e20956aabb373a00e7
x86/pci: Reorder pci_mmcfg_arch_map() definition before calls

The typical style is to define functions before calling them.  Move
pci_mmcfg_arch_map() and pci_mmcfg_arch_unmap() earlier so they're defined
before they're called.  No functional change intended.

Link: https://lore.kernel.org/r/20231121183643.249006-10-helgaas@kernel.org
Tested-by: Tomasz Pala <gotar@polanet.pl>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
arch/x86/pci/mmconfig_64.c