]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
remove BLK_DEV_HD_ONLY
authorAdrian Bunk <bunk@kernel.org>
Wed, 16 Jul 2008 18:33:47 +0000 (20:33 +0200)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Wed, 16 Jul 2008 18:33:47 +0000 (20:33 +0200)
After commit 80aa31cb460d12c1e02327b43eceb3eebc6e7090
(ide: remove CONFIG_BLK_DEV_HD_IDE config option (take 2))
the indirection through BLK_DEV_HD_ONLY is no longer required.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Cc: rmk@arm.linux.org.uk
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/Kconfig

index 21511d47d926be47ff0a8b57ddad5a600ea8022c..39b95f9c2ad128041bff88ac397caefc1c2152b9 100644 (file)
@@ -1000,7 +1000,7 @@ config BLK_DEV_IDEDMA
 
 endif
 
-config BLK_DEV_HD_ONLY
+config BLK_DEV_HD
        bool "Old hard disk (MFM/RLL/IDE) driver"
        depends on !ARM || ARCH_RPC || ARCH_SHARK || BROKEN
        help
@@ -1023,7 +1023,4 @@ config BLK_DEV_HD_ONLY
          Disk-HOWTO, available from
          <http://www.tldp.org/docs.html#howto>.
 
-config BLK_DEV_HD
-       def_bool BLK_DEV_HD_ONLY
-
 endif # IDE