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/