diff options
author | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-01-03 21:21:38 +0300 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-02-08 03:02:42 +0300 |
commit | da19d2f53269210adfa9aa5a163a9fad8dc63d27 (patch) | |
tree | 3155cbe1a08763069b364b9084e418fe2b241dae /drivers/scsi/Makefile | |
parent | 14f501a4b73c826574cf385f7872762ebcfac899 (diff) | |
download | linux-da19d2f53269210adfa9aa5a163a9fad8dc63d27.tar.xz |
[SCSI] dec_esp: Remove driver
This driver depends on the deprecated NCR53C9X core and needs to be converted
to the esp_scsi core.
Acked-by: Boaz Harrosh <bharrosh@panasas.com>
Cc: "Maciej W. Rozycki" <macro@linux-mips.org>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/Makefile')
-rw-r--r-- | drivers/scsi/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/Makefile b/drivers/scsi/Makefile index 9c9fa7f5c98a..576cfc68d469 100644 --- a/drivers/scsi/Makefile +++ b/drivers/scsi/Makefile @@ -111,7 +111,6 @@ obj-$(CONFIG_SCSI_QLOGICPTI) += qlogicpti.o obj-$(CONFIG_BLK_DEV_IDESCSI) += ide-scsi.o obj-$(CONFIG_SCSI_MESH) += mesh.o obj-$(CONFIG_SCSI_MAC53C94) += mac53c94.o -obj-$(CONFIG_SCSI_DECNCR) += NCR53C9x.o dec_esp.o obj-$(CONFIG_BLK_DEV_3W_XXXX_RAID) += 3w-xxxx.o obj-$(CONFIG_SCSI_3W_9XXX) += 3w-9xxx.o obj-$(CONFIG_SCSI_PPA) += ppa.o |