PCI: dra7xx: Move struct pcie_port setup to probe function
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 6 Oct 2016 18:33:06 +0000 (13:33 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 12 Oct 2016 02:14:30 +0000 (21:14 -0500)
commit150645b9434892ef9edc1089c88919db9d356b66
treedd5a44ccbcf95759178bc4c69bd508c19f345087
parent21baa1c49888f0f0662b0ac83f9c6b530f9fdfeb
PCI: dra7xx: Move struct pcie_port setup to probe function

Do the basic pcie_port setup in the probe function for consistency with
other drivers.  No functional change intended.

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