2006-05-25 17:41:46

by Ismail Dönmez

[permalink] [raw]
Subject: Re: [PATCH] qla1280: fix section mismatch warnings

Randy.Dunlap wrote On 25-05-2006 20:39:
> From: Randy Dunlap <[email protected]>
>
> 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 <[email protected]>
> ---
> drivers/scsi/qla1280.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)

Ack, fixes the warning for me. Thanks Randy!

Regards,
ismail