PCI: tegra: Remove tegra_pcie_scan_bus()
authorYijing Wang <wangyijing@huawei.com>
Tue, 28 Apr 2015 07:01:36 +0000 (15:01 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 27 May 2015 16:34:29 +0000 (11:34 -0500)
commit915ad861b6dae6b5afa0cd8d0593916ba1ca224f
tree146560922ccd5815916b8d5da1ba8318fa534a81
parent2dead00b925eccdc13b7cd915fa0d088b91bcb52
PCI: tegra: Remove tegra_pcie_scan_bus()

After b97ea289cf6a ("PCI: Assign resources before drivers claim devices
(pci_scan_root_bus())"), pci_scan_root_bus() no longer adds the devices, so
it is equivalent to tegra_pcie_scan_bus().

Remove tegra_pcie_scan_bus() (the hw.scan method), so we use the generic
pci_scan_root_bus() path.

[bhelgaas: changelog]
Tested-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Thierry Reding <treding@nvidia.com>
drivers/pci/host/pci-tegra.c