From: Jiri Slaby Date: Tue, 15 Jun 2010 13:43:19 +0000 (+0200) Subject: x86/PCI: pci, fix section mismatch X-Git-Tag: v2.6.36-rc1~518^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73cd3b43f08cc9a9bcb168994b8e9ebd983ff573;p=pandora-kernel.git x86/PCI: pci, fix section mismatch pcibios_scan_specific_bus calls pci_scan_bus_on_node which is __devinit. Mark pcibios_scan_specific_bus __devinit as well since all users are now __init or __devinit. Signed-off-by: Jiri Slaby Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed