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

WARNING: drivers/pci/built-in.o(.text+0x150f): Section mismatch in reference from the function pci_scan_single_device() to the function .devinit.text:pci_scan_device()

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/probe.c