]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitda33196aaa427fdd1571927216868cbecf4911aa
tree146560922ccd5815916b8d5da1ba8318fa534a81
parentc61f89780880154a31eaeeb0a5575793e0a018db
PCI: tegra: Remove tegra_pcie_scan_bus()

After 5afd650fe106 ("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