On Wed, 27 Jul 2005, Pavel Roskin wrote: > In the current git kernel, the qla2xxx.ko module is build and installed, > although I have never requested it and I don't have any modules enabled. > > I found the corresponding entry in the git log (commit > fca297037127e524e8f61b3fc1c7a1886e5d757b), and it looks like that > the change in drivers/scsi/qla2xxx/Makefile was committed accidentally. > The comment doesn't refer to Makefile. > > Signed-off-by: Pavel Roskin <proski@xxxxxxx> > > diff --git a/drivers/scsi/qla2xxx/Makefile b/drivers/scsi/qla2xxx/Makefile > --- a/drivers/scsi/qla2xxx/Makefile > +++ b/drivers/scsi/qla2xxx/Makefile > @@ -1,6 +1,4 @@ > EXTRA_CFLAGS += -DUNIQUE_FW_NAME > -CONFIG_SCSI_QLA24XX=m > -EXTRA_CFLAGS += -DCONFIG_SCSI_QLA24XX -DCONFIG_SCSI_QLA24XX_MODULE > > qla2xxx-y := qla_os.o qla_init.o qla_mbx.o qla_iocb.o qla_isr.o qla_gs.o \ > qla_dbg.o qla_sup.o qla_rscn.o qla_attr.o > @@ -16,4 +14,3 @@ obj-$(CONFIG_SCSI_QLA22XX) += qla2xxx.o > obj-$(CONFIG_SCSI_QLA2300) += qla2xxx.o qla2300.o > obj-$(CONFIG_SCSI_QLA2322) += qla2xxx.o qla2322.o > obj-$(CONFIG_SCSI_QLA6312) += qla2xxx.o qla6312.o > -obj-$(CONFIG_SCSI_QLA24XX) += qla2xxx.o I had already submitted a patch which took care of this: http://marc.theaimsgroup.com/?l=linux-scsi&m=112143863232467&w=2 There also appears to be some other (separate) Kbuild issues which I'm hashing through... Regards, Andrew Vasquez - : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html