lkml.org 
[lkml]   [2008]   [Jun]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[1/5] remove BLK_DEV_HD_ONLY
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>

---

drivers/ide/Kconfig | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)

5af5ece5e303cf8d6797510fa2e1ec0ffdf9c110 diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig
index 8e07de2..1933345 100644
--- a/drivers/ide/Kconfig
+++ b/drivers/ide/Kconfig
@@ -1019,7 +1019,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
@@ -1042,7 +1042,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

\
 
 \ /
  Last update: 2008-06-25 00:01    [W:0.061 / U:0.116 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site