PCI: pci_bus_size_cardbus() mustn't be __devinit
authorAdrian Bunk <bunk@kernel.org>
Fri, 18 Apr 2008 20:53:56 +0000 (13:53 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Apr 2008 04:47:12 +0000 (21:47 -0700)
commit5468ae617035f06ae1e07c264d6cdfcd721b539f
tree538e9e4c28d80c183d5c1c6ad01c6798d9ea5b08
parent7f7b5de2c0e10aa35ad9909edb1af9f2aed2f5d0
PCI: pci_bus_size_cardbus() mustn't be __devinit

WARNING: drivers/pci/built-in.o(.text+0x28e1f): Section mismatch in reference from the function pci_bus_size_bridges() to the function .devinit.text:pci_bus_size_cardbus()

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
This page took 0.024735 seconds and 5 git commands to generate.