Sam Ravnborg 0ab2b57f8d 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 <sam@ravnborg.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-03-04 15:07:03 -08:00
..
2008-02-02 11:32:01 -08:00
2005-10-18 08:26:15 -07:00
2006-12-04 02:00:22 -05:00
2008-02-01 15:04:31 -08:00
2006-12-01 14:36:56 -08:00
2008-02-02 11:32:01 -08:00
2008-02-01 15:04:31 -08:00
2008-02-02 11:32:01 -08:00
2008-03-03 10:47:14 -08:00
2008-02-21 15:34:38 -08:00