Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4210,7 +4210,7 @@ qla1280_setup(char *s)
}


static int
static int __init
qla1280_get_token(char *str)
{
	char *sep;