From: Jiang Liu Date: Mon, 27 May 2013 22:42:26 +0000 (-0600) Subject: unicore32/PCI: Remove redundant call of pci_bus_add_devices() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~18^2~2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c13e396ebfed48948f3204db0e7def95080cd660;p=pandora-kernel.git 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 Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed