Re: [PATCH] fix scsi/aha15*.c for 2.5.60

Rudmer van Dijk (rudmer@legolas.dynup.net)
Wed, 12 Feb 2003 23:41:02 +0100


On Wednesday 12 February 2003 06:31, Randy.Dunlap wrote:
> Hi,
>
> Here are patches to aha152x.c and aha1542.c so that they will build
> in 2.5.60.
>
> Please review and apply or comment...

well it applies, compiles, but it gives a warning on depmod in make
modules_install:

<snip>
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.5.60; fi
WARNING: /lib/modules/2.5.60/kernel/drivers/scsi/aha152x.ko needs unknown
symbol scsi_put_command
WARNING: /lib/modules/2.5.60/kernel/drivers/scsi/aha152x.ko needs unknown
symbol scsi_get_command

this is the relevant part of my .config:
CONFIG_SCSI=m
CONFIG_SCSI_AHA152X=m

this gives these modules in /lib/modules/2.5.60/kernel/drivers/scsi/:
aha152x.ko scsi_mod.ko sg.ko

what am i missing??

Rudmer
>
> Thanks,
> ~Randy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/