]> git.karo-electronics.de Git - mv-sheeva.git/commit
[SCSI] mac_scsi: macscsi_detect() should be __init
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 13 Jun 2011 18:39:16 +0000 (20:39 +0200)
committerJames Bottomley <JBottomley@Parallels.com>
Wed, 29 Jun 2011 20:12:28 +0000 (15:12 -0500)
commit70c26cf3277ce93af74523894700ec20cf7cf6aa
treed73033b11d93d92c35917ea149c457862e8325e4
parent6323e4fe7f61f77c87c26d2b5dcb3472246c1341
[SCSI] mac_scsi: macscsi_detect() should be __init

WARNING: vmlinux.o(.text+0x1ecd3e): Section mismatch in reference from the function macscsi_detect() to the function .devinit.text:NCR5380_init()
WARNING: vmlinux.o(.text+0x1ecddc): Section mismatch in reference from the function macscsi_detect() to the function .init.text:NCR5380_print_options()
WARNING: vmlinux.o(.text+0x1ece60): Section mismatch in reference from the function macscsi_detect() to the function .init.text:NCR5380_print_options()

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/mac_scsi.c