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: 85946 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp525467qgi; Wed, 30 Nov 2016 20:07:18 -0800 (PST) X-Received: by 10.98.61.152 with SMTP id x24mr36508269pfj.88.1480565238391; Wed, 30 Nov 2016 20:07:18 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m37si38763228plg.69.2016.11.30.20.07.18; Wed, 30 Nov 2016 20:07:18 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-mmc-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of linux-mmc-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-mmc-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753431AbcLAEHQ (ORCPT + 5 others); 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 I see no override of read/write callbacks in sdhci-of-at91.c. Signed-off-by: Masahiro Yamada --- 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(-) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Acked-by: Ludovic Desroches 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