diff options
author | Masahiro Yamada <[email protected]> | 2016-12-01 13:05:46 +0900 |
---|---|---|
committer | Ulf Hansson <[email protected]> | 2016-12-05 10:32:49 +0100 |
commit | 8baa74f3dd2cb63fd861e34cd3ebff4a0cea648b (patch) | |
tree | 5633739b124b34b953341f0446d0b00f8a3ae82f | |
parent | 3f23df72dc351e9ffe5eb577fcc38876dacba305 (diff) |
mmc: sdhci-of-at91: remove bogus MMC_SDHCI_IO_ACCESSORS select
I see no override of read/write callbacks in sdhci-of-at91.c.
Signed-off-by: Masahiro Yamada <[email protected]>
Acked-by: Ludovic Desroches <[email protected]>
Acked-by: Adrian Hunter <[email protected]>
Signed-off-by: Ulf Hansson <[email protected]>
-rw-r--r-- | drivers/mmc/host/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 4128a3c5fa23..bdf33fb45230 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 |