From: Ian Molton Date: Tue, 18 Jul 2017 12:19:15 +0000 (+0100) Subject: MMC: Remove HIGHMEM dependency from mmc-spi driver X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e176c2559fc3bbdffd658eb80f91b01af2effed0;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git MMC: Remove HIGHMEM dependency from mmc-spi driver I cannot see why this is needed. kmap() should be safe in this case. Signed-off-by: Ian Molton Signed-off-by: Ulf Hansson --- diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 66b174965718..60f90d49e7a9 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -503,7 +503,7 @@ config MMC_GOLDFISH config MMC_SPI tristate "MMC/SD/SDIO over SPI" - depends on SPI_MASTER && !HIGHMEM && HAS_DMA + depends on SPI_MASTER && HAS_DMA select CRC7 select CRC_ITU_T help