xen/pcifront: Don't use deprecated function pci_scan_bus_parented()
authorArnd Bergmann <arnd@arndb.de>
Tue, 28 Apr 2015 09:32:33 +0000 (17:32 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 12 Jun 2015 20:26:28 +0000 (15:26 -0500)
commit515d425bd2049e9f0f79131db58eb762fb95f2f6
treec6dda99d8df8f7b08f52d9ff46e6a6530e2917c7
parent528d4bce1078f90352df909e8bcfd457d23797b2
xen/pcifront: Don't use deprecated function pci_scan_bus_parented()

Use pci_scan_root_bus() instead of deprecated function
pci_scan_bus_parented().

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
CC: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
CC: xen-devel@lists.xenproject.org
drivers/pci/xen-pcifront.c