Commit f58f8313 authored by Randy Dunlap's avatar Randy Dunlap Committed by James Bottomley

[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: default avatarRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 2686de27
...@@ -4210,7 +4210,7 @@ qla1280_setup(char *s) ...@@ -4210,7 +4210,7 @@ qla1280_setup(char *s)
} }
static int static int __init
qla1280_get_token(char *str) qla1280_get_token(char *str)
{ {
char *sep; char *sep;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment