Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>
Cc: rmk@arm.linux.org.uk
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>

authored by

Adrian Bunk and committed by
Bartlomiej Zolnierkiewicz
ffa793f9 85ae98a3

+1 -4
+1 -4
drivers/ide/Kconfig
··· 1000 1000 1001 1001 endif 1002 1002 1003 - config BLK_DEV_HD_ONLY 1003 + config BLK_DEV_HD 1004 1004 bool "Old hard disk (MFM/RLL/IDE) driver" 1005 1005 depends on !ARM || ARCH_RPC || ARCH_SHARK || BROKEN 1006 1006 help ··· 1022 1022 instead of this one. For more detailed information, read the 1023 1023 Disk-HOWTO, available from 1024 1024 <http://www.tldp.org/docs.html#howto>. 1025 - 1026 - config BLK_DEV_HD 1027 - def_bool BLK_DEV_HD_ONLY 1028 1025 1029 1026 endif # IDE