PCI: brcmstb: Remove unnecessary forward declarations
authorJim Quinlan <jim2101024@gmail.com>
Mon, 25 Jul 2022 15:12:50 +0000 (11:12 -0400)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 27 Jul 2022 16:52:50 +0000 (11:52 -0500)
commit0ac2ff426e3d48e6c642b14b53858e2174607231
tree514ba7922114176d0d8f49c74e78ff9e51e70639
parentf2906aa863381afb0015a9eb7fefad885d4e5a56
PCI: brcmstb: Remove unnecessary forward declarations

Remove forward function declarations in this driver.  Also move some
constant structure definitions lower in the file.  There are no changes to
the code that has been moved.

Link: https://lore.kernel.org/r/20220725151258.42574-2-jim2101024@gmail.com
Signed-off-by: Jim Quinlan <jim2101024@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
drivers/pci/controller/pcie-brcmstb.c