[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:
Родитель
2686de27a3
Коммит
f58f8313a6
|
@ -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;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче