From patchwork Thu Dec 1 04:05:46 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 9455323 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 9ED9060235 for ; Thu, 1 Dec 2016 04:07:18 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 908DB284A9 for ; Thu, 1 Dec 2016 04:07:18 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 840F5284C2; Thu, 1 Dec 2016 04:07:18 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0DDB4284A9 for ; Thu, 1 Dec 2016 04:07:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753431AbcLAEHQ (ORCPT ); Wed, 30 Nov 2016 23:07:16 -0500 Received: from conuserg-11.nifty.com ([210.131.2.78]:18745 "EHLO conuserg-11.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750975AbcLAEHQ (ORCPT ); Wed, 30 Nov 2016 23:07:16 -0500 Received: from pug.jp.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-11.nifty.com with ESMTP id uB145nTi003308; Thu, 1 Dec 2016 13:05:50 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-11.nifty.com uB145nTi003308 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1480565150; bh=HYzzij7A3mvMQwE6rywDRFzbYRcR+0A+El/7L4U5aLg=; h=From:To:Cc:Subject:Date:From; b=YxnL4Jx9ZQo2U1NGVgoG9KZa+HEmED6QwrKOk6nMHIXnrVQP9sJNBlf/XTYb5eDqY X3+hW+zlwxYC4LhbqjhU+0M4G8epC/s5Nu++AXBCGxc7CNTLQSThDAq9eEy2Fr2r7f i/HrKWnYP59aQFSDg+HfoW6LDM1zkvwnBf5p4bYjd5uDm15LUD61DeG1QrPOrbCblx FzVLlJZRdluBBBFR/K0tpj9vsRCuyFO08s5kTPw+RsREl8IEcYJagPizyU4s3sKjs9 alBAdDaxBx3FMnoA4n2DWJMcwczVNp7z0SSafesjK7uRhALey3XAxpuzNBx4N1gKUU gf+aBCEIa0gpg== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: linux-mmc@vger.kernel.org Cc: Masahiro Yamada , Adrian Hunter , linux-kernel@vger.kernel.org, Stefan Wahren , Al Cooper , Wolfram Sang , Andrei Pistirica , Simon Horman , Geert Uytterhoeven , Ulf Hansson Subject: [PATCH] mmc: sdhci-of-at91: remove bogus MMC_SDHCI_IO_ACCESSORS select Date: Thu, 1 Dec 2016 13:05:46 +0900 Message-Id: <1480565146-4857-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP I see no override of read/write callbacks in sdhci-of-at91.c. Signed-off-by: Masahiro Yamada Acked-by: Ludovic Desroches Acked-by: Adrian Hunter --- BTW, this config may not be so useful in recent multi-platforms. Perhaps, is it better to remove this config entirely instead of the AT91 fix only. drivers/mmc/host/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 39f6f96..8ac1640 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -135,7 +135,6 @@ config MMC_SDHCI_OF_AT91 tristate "SDHCI OF support for the Atmel SDMMC controller" depends on MMC_SDHCI_PLTFM depends on OF - select MMC_SDHCI_IO_ACCESSORS help This selects the Atmel SDMMC driver