[SCSI] gdth: __init fixes
commit05dd7ed2c7e22d0fc3027fc27a072664bbdf8274
authorAdrian Bunk <bunk@kernel.org>
Thu, 18 Oct 2007 10:51:05 +0000 (18 12:51 +0200)
committerJames Bottomley <jejb@mulgrave.localdomain>
Thu, 18 Oct 2007 12:40:58 +0000 (18 08:40 -0400)
tree3652c7884b2a14ba137ca0c8657edbda78582c92
parent4135f9d28af912d541c0c32f1bc2ee6da23306eb
[SCSI] gdth: __init fixes

This patch fixes the following build warnings:

WARNING: vmlinux.o(.text+0xbcffdb): Section mismatch: reference to .init.text.20:gdth_search_drives (between 'gdth_pci_probe_one' and 'gdth_start_timeout')
WARNING: vmlinux.o(.text+0xbd0102): Section mismatch: reference to .init.text.20:gdth_enable_int (between 'gdth_pci_probe_one' and 'gdth_start_timeout')

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/gdth.c