From patchwork Thu Sep 5 17:39:02 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 2854190 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 064B2C0AB5 for ; Thu, 5 Sep 2013 17:40:33 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id E49BD20259 for ; Thu, 5 Sep 2013 17:40:31 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A2F8C201ED for ; Thu, 5 Sep 2013 17:40:30 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VHdXC-0004os-7Z; Thu, 05 Sep 2013 17:39:58 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VHdWu-0008WF-Ge; Thu, 05 Sep 2013 17:39:40 +0000 Received: from mail-ea0-f181.google.com ([209.85.215.181]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VHdWq-0008Us-Mt for linux-arm-kernel@lists.infradead.org; Thu, 05 Sep 2013 17:39:38 +0000 Received: by mail-ea0-f181.google.com with SMTP id d10so1058564eaj.26 for ; Thu, 05 Sep 2013 10:39:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=I2hE2hPdZ9ywOR1/j1mOM8Xig5mNv4XpX1Mr76gGS24=; b=VFoSt7h56E4fRAnG57k9vhKTLfWY4ONu3j4JPYOo7N+2V25k9ZuTr+AvWskQ3oWqTn Ah/6j8msE/Adne5jG6IxNovnPlZaC23sukPWrVDoS+07yA1P3Fp/pT/yi1c54L2RYbMm JqH28W6+emXEsm65V5wZOD+bAMMeWfpt/ZLNCkYenfdxKO/UibKqD9nX7V0bJeTYi76m 6SFIne0SIgiQmFbAU69Rd/9TgrsUVHTQaF/lPJK+t8EJ2sNc3sksror35l6x5c1uWhTk /wVPx+PrAq849+z6KYUkV8hsN9A1vQxsnqCa7UttrSPoBNyS4/e/jZ0xnLDnj/MCuJc5 gEKA== X-Gm-Message-State: ALoCoQlgC75OMQ8uAyd2McZxeERFNGIqBJJgJ4nY2V85Yeo2Qudn6eov6mDxtpmx+xu8p+C5PXDw X-Received: by 10.14.107.68 with SMTP id n44mr15217886eeg.26.1378402754953; Thu, 05 Sep 2013 10:39:14 -0700 (PDT) Received: from localhost.localdomain ([85.235.11.236]) by mx.google.com with ESMTPSA id t6sm50483590eel.12.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 05 Sep 2013 10:39:14 -0700 (PDT) From: Linus Walleij To: linux-arm-kernel@lists.infradead.org, Alexander Schulz Subject: [PATCH 3/6] RFC: block: drop dependency on ARCH_SHARK Date: Thu, 5 Sep 2013 19:39:02 +0200 Message-Id: <1378402742-16423-1-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 1.8.3.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130905_133936_845748_5A26152E X-CRM114-Status: GOOD ( 10.99 ) X-Spam-Score: -2.6 (--) Cc: Jens Axboe , Russell King , arm@kernel.org, Linus Walleij , Dmitry Torokhov , Tomi Valkeinen , Jean-Christophe Plagniol-Villard , "David S. Miller" X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-6.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP With this machine deleted, there is no need to maintain the MFM block driver for its hard disk either. Cc: Jens Axboe Signed-off-by: Linus Walleij --- NOTE: Do not apply this patch other than after removing the RFC tag. I am collecting ACKs from subsystem maintainers to take this through ARM SoC if we continue with the deletion. --- drivers/block/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.