commit | c13e396ebfed48948f3204db0e7def95080cd660 | [log] [tgz] |
---|---|---|
author | Jiang Liu <liuj97@gmail.com> | Mon May 27 16:42:26 2013 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Fri Jun 14 17:38:40 2013 -0600 |
tree | 2a69e52232a64ac200977c4dd83f8cc1cad369b0 | |
parent | d9e6ba5fed08b64f8dcabcc82d9706fd8ec1f121 [diff] |
unicore32/PCI: Remove redundant call of pci_bus_add_devices() 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>