]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: pci_setup_bridge() mustn't be __devinit
authorAdrian Bunk <bunk@kernel.org>
Fri, 18 Apr 2008 20:53:57 +0000 (13:53 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Apr 2008 04:47:13 +0000 (21:47 -0700)
commit95df4fff9e853882da6b6275ee8b15548cec8b86
treed6590a434e8801cad54bafe300f2cfb36a9767bd
parente8a117e41317683756c078223ef72126a67d506d
PCI: pci_setup_bridge() mustn't be __devinit

WARNING: drivers/pci/built-in.o(.text+0x28ee9): Section mismatch in reference from the function pci_bus_assign_resources() to the function .devinit.text:pci_setup_bridge()

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/setup-bus.c