unicore32/PCI: Remove redundant call of pci_bus_add_devices()
authorJiang Liu <liuj97@gmail.com>
Mon, 27 May 2013 22:42:26 +0000 (16:42 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 14 Jun 2013 23:38:40 +0000 (17:38 -0600)
pci_scan_bus() has called pci_bus_add_devices() already, so remove the
redundant call of pci_bus_add_devices().  subsys_init() callbacks will be
invoked before device_init() callbacks, so it should be safe to remove the
redundant calls.

Signed-off-by: Jiang Liu <jiang.liu@huawei.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

No differences found