On Tue, Mar 24, 2015 at 11:34:18AM +0800, Yijing Wang wrote: > Now pci_scan_root_bus() is almost similar to > pci_create_root_bus() + pci_scan_child_bus(). > So we could use common pci_scan_root_bus() in > pci_common_init_dev() to scan pci busses. > tegra_pcie_scan_bus() is redundant, remove it. > > Signed-off-by: Yijing Wang > CC: Thierry Reding > CC: linux-tegra@vger.kernel.org > --- > drivers/pci/host/pci-tegra.c | 16 ---------------- > 1 files changed, 0 insertions(+), 16 deletions(-) Jetson TK1 still boots over NFS root via the onboard PCIe network card with this series applied, so: Tested-by: Thierry Reding Acked-by: Thierry Reding