Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e176c255 authored by Ian Molton's avatar Ian Molton Committed by Ulf Hansson
Browse files

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: default avatarIan Molton <ian@mnementh.co.uk>
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent adb7434a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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