diff options
author | James Bottomley <jejb@mulgrave.(none)> | 2005-04-22 02:50:33 (GMT) |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-05-20 17:53:15 (GMT) |
commit | 099175c94a221fa2723b7273883c98cd32efe900 (patch) | |
tree | 367d0e08d62906aff04087d426d2dc8fccf7eb35 /drivers/scsi/Makefile | |
parent | 608648cb40f01c337be69f965cf7740f8189c31c (diff) | |
download | linux-fsl-qoriq-099175c94a221fa2723b7273883c98cd32efe900.tar.xz |
[SCSI] remove PCI2000 and PCI2220i drivers
From: Christoph Hellwig <hch@lst.de>
Both drivers are marked broken and haven't compiled since very early
2.5.x. And they're for IDE hardware so they shouldn't have been
written to the SCSI layer at all.
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/Makefile')
-rw-r--r-- | drivers/scsi/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/Makefile b/drivers/scsi/Makefile index 9cb9fe7..51d9c1e 100644 --- a/drivers/scsi/Makefile +++ b/drivers/scsi/Makefile @@ -50,8 +50,6 @@ obj-$(CONFIG_MVME16x_SCSI) += mvme16x.o 53c7xx.o obj-$(CONFIG_BVME6000_SCSI) += bvme6000.o 53c7xx.o obj-$(CONFIG_SCSI_SIM710) += 53c700.o sim710.o obj-$(CONFIG_SCSI_ADVANSYS) += advansys.o -obj-$(CONFIG_SCSI_PCI2000) += pci2000.o -obj-$(CONFIG_SCSI_PCI2220I) += pci2220i.o obj-$(CONFIG_SCSI_PSI240I) += psi240i.o obj-$(CONFIG_SCSI_BUSLOGIC) += BusLogic.o obj-$(CONFIG_SCSI_DPT_I2O) += dpt_i2o.o |