diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-09-20 17:48:53 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-09-20 17:48:53 -0400 |
commit | 36b35a5be0e4b406acd816e2122d153e875105be (patch) | |
tree | 27f50d132f54a5d21c7fd268964162b324827b62 /drivers/ata/Makefile | |
parent | 93590859884784520a1850767f86296abc2cdc6d (diff) | |
download | op-kernel-dev-36b35a5be0e4b406acd816e2122d153e875105be.zip op-kernel-dev-36b35a5be0e4b406acd816e2122d153e875105be.tar.gz |
[libata] Delete pata_it8172 driver
This MIPS platform is going away.
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/Makefile')
-rw-r--r-- | drivers/ata/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile index e42d14d..72243a6 100644 --- a/drivers/ata/Makefile +++ b/drivers/ata/Makefile @@ -32,7 +32,6 @@ obj-$(CONFIG_PATA_HPT37X) += pata_hpt37x.o obj-$(CONFIG_PATA_HPT3X2N) += pata_hpt3x2n.o obj-$(CONFIG_PATA_HPT3X3) += pata_hpt3x3.o obj-$(CONFIG_PATA_ISAPNP) += pata_isapnp.o -obj-$(CONFIG_PATA_IT8172) += pata_it8172.o obj-$(CONFIG_PATA_IT821X) += pata_it821x.o obj-$(CONFIG_PATA_JMICRON) += pata_jmicron.o obj-$(CONFIG_PATA_NETCELL) += pata_netcell.o |