From: Randy Dunlap 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 Cc: Andrew Vasquez Cc: James Bottomley Signed-off-by: Andrew Morton --- drivers/scsi/qla1280.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/scsi/qla1280.c~qla1280-fix-section-mismatch-warnings drivers/scsi/qla1280.c --- devel/drivers/scsi/qla1280.c~qla1280-fix-section-mismatch-warnings 2006-05-25 14:44:19.000000000 -0700 +++ devel-akpm/drivers/scsi/qla1280.c 2006-05-25 14:44:19.000000000 -0700 @@ -4234,7 +4234,7 @@ qla1280_setup(char *s) } -static int +static int __init qla1280_get_token(char *str) { char *sep; _