diff mbox

[3/6] block: drop dependency on ARCH_SHARK

Message ID 1379069521-4095-1-git-send-email-linus.walleij@linaro.org
State Accepted
Commit 3c5710f6a229504d1e6b15cb4170b64ab420b43a
Headers show

Commit Message

Linus Walleij Sept. 13, 2013, 10:52 a.m. UTC
With this machine deleted, there is no need to maintain the
MFM block driver for its hard disk either.

Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
Hi Jens, I am seeking an ACK to take this through the ARM SoC
tree as part of the deletion of the Shark machine. Please do not
apply it to your tree.
---
 drivers/block/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig
index e07a5fd..e67fa16 100644
--- a/drivers/block/Kconfig
+++ b/drivers/block/Kconfig
@@ -505,7 +505,7 @@  config VIRTIO_BLK
 config BLK_DEV_HD
 	bool "Very old hard disk (MFM/RLL/IDE) driver"
 	depends on HAVE_IDE
-	depends on !ARM || ARCH_RPC || ARCH_SHARK || BROKEN
+	depends on !ARM || ARCH_RPC || BROKEN
 	help
 	  This is a very old hard disk driver that lacks the enhanced
 	  functionality of the newer ones.