diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-06-20 20:53:35 +0200 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-07-16 20:33:35 +0200 |
commit | 96b1dfe8fe02e35f017c885b11f0beb10ff4f316 (patch) | |
tree | 1427bba1f0b3830303d9dd43a616b8e4db8824d0 /drivers/ide/arm/Makefile | |
parent | e5318b531b008c79d2a0c0df06a7b8628da38e2f (diff) | |
download | linux-96b1dfe8fe02e35f017c885b11f0beb10ff4f316.tar.bz2 |
BAST: Remove old IDE driver
Remove the old BAST IDE driver, as we are now using the platform-pata
support.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Cc: Jeff Garzik <jgarzik@pobox.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/arm/Makefile')
-rw-r--r-- | drivers/ide/arm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ide/arm/Makefile b/drivers/ide/arm/Makefile index 936e7b0237f5..5bc26053afa6 100644 --- a/drivers/ide/arm/Makefile +++ b/drivers/ide/arm/Makefile @@ -1,7 +1,6 @@ obj-$(CONFIG_BLK_DEV_IDE_ICSIDE) += icside.o obj-$(CONFIG_BLK_DEV_IDE_RAPIDE) += rapide.o -obj-$(CONFIG_BLK_DEV_IDE_BAST) += bast-ide.o obj-$(CONFIG_BLK_DEV_PALMCHIP_BK3710) += palm_bk3710.o ifeq ($(CONFIG_IDE_ARM), m) |