MMC: Remove HIGHMEM dependency from mmc-spi driver
authorIan Molton <ian@mnementh.co.uk>
Tue, 18 Jul 2017 12:19:15 +0000 (13:19 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 30 Aug 2017 12:01:36 +0000 (14:01 +0200)
I cannot see why this is needed. kmap() should be safe in this case.

Signed-off-by: Ian Molton <ian@mnementh.co.uk>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/Kconfig

index 66b1749..60f90d4 100644 (file)
@@ -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