kernel: remove support for kernel 4.14
[openwrt/staging/wigyori.git] / target / linux / generic / backport-4.14 / 420-enable-CONFIG_MMC_SDHCI_IO_ACCESSORS.patch
diff --git a/target/linux/generic/backport-4.14/420-enable-CONFIG_MMC_SDHCI_IO_ACCESSORS.patch b/target/linux/generic/backport-4.14/420-enable-CONFIG_MMC_SDHCI_IO_ACCESSORS.patch
deleted file mode 100644 (file)
index eabfc64..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-From: Vijay Viswanath <vviswana@codeaurora.org>
-Date: Wed, 27 Sep 2017 11:04:42 +0530
-Subject: [PATCH v2 3/4] mmc: Kconfig: Enable CONFIG_MMC_SDHCI_IO_ACCESSORS
-
-Enable CONFIG_MMC_SDHCI_IO_ACCESSORS so that SDHC controller specific
-register read and write APIs, if registered, can be used.
-
-Signed-off-by: Vijay Viswanath <vviswana@codeaurora.org>
-Acked-by: Adrian Hunter <adrian.hunter@intel.com>
----
- drivers/mmc/host/Kconfig | 1 +
- 1 file changed, 1 insertion(+)
-
---- a/drivers/mmc/host/Kconfig
-+++ b/drivers/mmc/host/Kconfig
-@@ -310,6 +310,7 @@ config MMC_SDHCI_BCM_KONA
-       tristate "SDHCI support on Broadcom KONA platform"
-       depends on ARCH_BCM_MOBILE
-       depends on MMC_SDHCI_PLTFM
-+      select MMC_SDHCI_IO_ACCESSORS
-       help
-         This selects the Broadcom Kona Secure Digital Host Controller
-         Interface(SDHCI) support.