diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2006-06-30 05:33:14 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-06-30 22:56:22 -0400 |
commit | f58f8313a6f552d1e7889926a29f0cf91c02f55d (patch) | |
tree | b533091ab2ccc8510f5e6f898d8439c0bf523df4 /drivers/scsi/qla1280.c | |
parent | 2686de27a356914e098329463d5a8cd7aa6f29a4 (diff) |
[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>
Diffstat (limited to 'drivers/scsi/qla1280.c')
-rw-r--r-- | drivers/scsi/qla1280.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla1280.c b/drivers/scsi/qla1280.c index 680f6063954b..f09d54058ce1 100644 --- a/drivers/scsi/qla1280.c +++ b/drivers/scsi/qla1280.c | |||
@@ -4210,7 +4210,7 @@ qla1280_setup(char *s) | |||
4210 | } | 4210 | } |
4211 | 4211 | ||
4212 | 4212 | ||
4213 | static int | 4213 | static int __init |
4214 | qla1280_get_token(char *str) | 4214 | qla1280_get_token(char *str) |
4215 | { | 4215 | { |
4216 | char *sep; | 4216 | char *sep; |