PCI: Move pci_read_bridge_windows() below individual window accessors
authorBjorn Helgaas <bhelgaas@google.com>
Mon, 4 Dec 2023 23:39:15 +0000 (17:39 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 15 Dec 2023 23:28:43 +0000 (17:28 -0600)
commit6f32099a91720b6d91da961858d48173f01a729d
treeb68bb078ad43d143e8517eb1a9e44d0449797c3f
parentdc4e6f21c3f844ebc1c52b6920b8ec5dfc73f4e8
PCI: Move pci_read_bridge_windows() below individual window accessors

Move pci_read_bridge_windows() below the functions that read the I/O,
memory, and prefetchable memory windows, so pci_read_bridge_windows() can
use them in the future.  No functional change intended.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/probe.c