Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755498AbcLAEHR (ORCPT ); Wed, 30 Nov 2016 23:07:17 -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 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-11.nifty.com uB145nTi003308 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-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 744 Lines: 27 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(-) 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 -- 2.7.4