Sam Ravnborg 128bf5cb54 pci: fix section mismatch warning
drivers/pci/search.c caused following section mismatch warning
(if compiled with CONFIG_HOTPLUG=n):

WARNING: drivers/pci/built-in.o - Section mismatch: reference to .init.text: from .text.pci_find_bus after 'pci_find_bus' (at offset 0x24)

This was due to pci_find_bus() calling a function marked __devinit.
Fix was to remove the __devinit from the offending function.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-03-09 15:36:30 -08:00
..
2005-10-18 08:26:15 -07:00
2006-12-04 02:00:22 -05:00
2006-09-26 17:43:53 -07:00
2006-10-04 07:55:30 -07:00
2006-12-01 14:36:56 -08:00
2006-09-26 17:43:54 -07:00
2007-03-09 15:36:30 -08:00
2006-12-20 10:54:43 -08:00