Re: 2.6.17-rc5-mm2

From: Andrew Morton
Date: Thu Jun 01 2006 - 18:50:13 EST


"Barry K. Nathan" <barryn@xxxxxxxxx> wrote:
>
> On 6/1/06, Jesper Juhl <jesper.juhl@xxxxxxxxx> wrote:
> > Got a few build warnings with this one :
>
> My build finished; I got this warning during make modules_install:
>
> if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F
> System.map 2.6.17-rc5-mm2; fi
> WARNING: /lib/modules/2.6.17-rc5-mm2/kernel/drivers/scsi/libsrp.ko
> needs unknown symbol scsi_tgt_queue_command
>

Please send `grep SCSI .config'.

I'd be guessing that either SCSI_SRP needs to depend upon SCSI_TGT or we
need a stub function for scsi_tgt_queue_command(), for when SCSI_TGT
is undefined.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/