提交 f58f8313 编写于 作者: R Randy Dunlap 提交者: 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: NRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册