[SCSI] qla1280: fix section mismatch warnings

Fix section mismatch warnings:
WARNING: drivers/scsi/qla1280.o - Section mismatch: reference to
.init.data: from .text between 'qla1280_get_token' (at offset 0x2a16)
and 'qla1280_probe_one'
WARNING: drivers/scsi/qla1280.o - Section mismatch: reference to
.init.data: from .text between 'qla1280_get_token' (at offset 0x2a3c)
and 'qla1280_probe_one'

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
Randy Dunlap 2006-06-30 02:33:14 -07:00 committed by James Bottomley
parent 2686de27a3
commit f58f8313a6
1 changed files with 1 additions and 1 deletions

View File

@ -4210,7 +4210,7 @@ qla1280_setup(char *s)
}
static int
static int __init
qla1280_get_token(char *str)
{
char *sep;