On Wed, 22 Mar 2006 10:49:52 -0800 (PST) Linus Torvalds wrote: > > > On Wed, 22 Mar 2006, Randy.Dunlap wrote: > > > > Can we get a SCSI_DEBUG link order change (or force it to not > > built-in)? > > Just something like this? Or did you have something else in mind? > > (Pls test and ack). Yes, that's what I sent to Andrew and James. Already tested. Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Thanks. > Linus > > ---- > diff --git a/drivers/scsi/Makefile b/drivers/scsi/Makefile > index 15dc2e0..4f907da 100644 > --- a/drivers/scsi/Makefile > +++ b/drivers/scsi/Makefile > @@ -117,7 +117,6 @@ obj-$(CONFIG_SCSI_PPA) += ppa.o > obj-$(CONFIG_SCSI_IMM) += imm.o > obj-$(CONFIG_JAZZ_ESP) += NCR53C9x.o jazz_esp.o > obj-$(CONFIG_SUN3X_ESP) += NCR53C9x.o sun3x_esp.o > -obj-$(CONFIG_SCSI_DEBUG) += scsi_debug.o > obj-$(CONFIG_SCSI_FCAL) += fcal.o > obj-$(CONFIG_SCSI_LASI700) += 53c700.o lasi700.o > obj-$(CONFIG_SCSI_NSP32) += nsp32.o > @@ -148,6 +147,8 @@ obj-$(CONFIG_BLK_DEV_SR) += sr_mod.o > obj-$(CONFIG_CHR_DEV_SG) += sg.o > obj-$(CONFIG_CHR_DEV_SCH) += ch.o > > +obj-$(CONFIG_SCSI_DEBUG) += scsi_debug.o > + > scsi_mod-y += scsi.o hosts.o scsi_ioctl.o constants.o \ > scsicam.o scsi_error.o scsi_lib.o \ > scsi_scan.o scsi_sysfs.o \ > - --- ~Randy - : 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