summaryrefslogtreecommitdiffstats
path: root/drivers/ide/Makefile
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD2011-12-15 14:24:03 +0100
committerNicolas Ferre2012-02-13 18:31:37 +0100
commitcf844751fb25e095d8fa30332cb173a73e5a736c (patch)
tree0538ae065097c88a6fa681d653266aad702cac6b /drivers/ide/Makefile
parentpata/at91: use newly introduced SMC accessors (diff)
downloadkernel-qcow2-linux-cf844751fb25e095d8fa30332cb173a73e5a736c.tar.gz
kernel-qcow2-linux-cf844751fb25e095d8fa30332cb173a73e5a736c.tar.xz
kernel-qcow2-linux-cf844751fb25e095d8fa30332cb173a73e5a736c.zip
ARM: at91: drop ide driver in favor of the pata one
Driver at91_ide is broken and should not be fixed: remove it. Modification of device files that where making use of it. The PATA driver (pata_at91) is able to replace at91_ide. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'drivers/ide/Makefile')
-rw-r--r--drivers/ide/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ide/Makefile b/drivers/ide/Makefile
index 7f879b2397b0..af8d016c37ea 100644
--- a/drivers/ide/Makefile
+++ b/drivers/ide/Makefile
@@ -116,4 +116,3 @@ obj-$(CONFIG_BLK_DEV_IDE_AU1XXX) += au1xxx-ide.o
obj-$(CONFIG_BLK_DEV_IDE_TX4938) += tx4938ide.o
obj-$(CONFIG_BLK_DEV_IDE_TX4939) += tx4939ide.o
-obj-$(CONFIG_BLK_DEV_IDE_AT91) += at91_ide.o