commit | d9e6ba5fed08b64f8dcabcc82d9706fd8ec1f121 | [log] [tgz] |
---|---|---|
author | Jiang Liu <liuj97@gmail.com> | Sat May 25 21:48:35 2013 +0800 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Fri Jun 14 17:38:39 2013 -0600 |
tree | a992325c657037e191a96f5ce7e6bbb8eb4c153b | |
parent | 70efde2a2920c12f2b14eb640944ca7e61b2c02d [diff] |
m68k/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. [bhelgaas: split unicore32 into a separate patch] Signed-off-by: Jiang Liu <jiang.liu@huawei.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Greg Ungerer <gerg@uclinux.org>