PCI: tegra: Remove unnecessary tegra_pcie_fixup_bridge()
authorLucas Stach <l.stach@pengutronix.de>
Thu, 13 Nov 2014 19:37:37 +0000 (20:37 +0100)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 26 Dec 2014 23:26:06 +0000 (16:26 -0700)
The bridge setup is already done by generic code while scanning the buses.
Do not duplicate (or potentially alter) this setup as a fixup.

Tested-by: Alexandre Courbot <acourbot@nvidia.com>
Reviewed-by: Thierry Reding <treding@nvidia.com>
Tested-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Thierry Reding <treding@nvidia.com>

No differences found