Skip to content

Commit

Permalink
[SCSI] qla1280: fix section mismatch warnings
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and James Bottomley committed Jul 1, 2006
1 parent 2686de2 commit f58f831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/qla1280.c
Original file line number Diff line number Diff line change
Expand Up @@ -4210,7 +4210,7 @@ qla1280_setup(char *s)
}


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

0 comments on commit f58f831

Please sign in to comment.