From: Jiang Liu Date: Sat, 25 May 2013 13:48:35 +0000 (+0800) Subject: m68k/PCI: Remove redundant call of pci_bus_add_devices() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~18^2~2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9e6ba5fed08b64f8dcabcc82d9706fd8ec1f121;p=pandora-kernel.git 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 Signed-off-by: Bjorn Helgaas Acked-by: Greg Ungerer --- Reading git-diff-tree failed