From: Sam Ravnborg Date: Sun, 17 Feb 2008 09:45:28 +0000 (+0100) Subject: PCI: fix section mismatch warning in pci_scan_child_bus X-Git-Tag: v2.6.25-rc4~6^2~3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ab2b57f8db8a1bcdf24089074f5d2856a3ffb42;p=pandora-kernel.git PCI: fix section mismatch warning in pci_scan_child_bus Fix following warning: WARNING: vmlinux.o(.text+0x47bdb1): Section mismatch in reference from the function pci_scan_child_bus() to the function .devinit.text:pcibios_fixup_bus() We had plenty of functions that could be annotated __devinit but due to the former restriction that exported symbols could not be annotated they were not so. So annotate these function and fix the references from the pci/hotplug/* code to silence the resuting warnings. Signed-off-by: Sam Ravnborg Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed