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 <ian@mnementh.co.uk> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
parent
adb7434aa6
commit
e176c2559f
@ -503,7 +503,7 @@ config MMC_GOLDFISH
|
|||||||
|
|
||||||
config MMC_SPI
|
config MMC_SPI
|
||||||
tristate "MMC/SD/SDIO over SPI"
|
tristate "MMC/SD/SDIO over SPI"
|
||||||
depends on SPI_MASTER && !HIGHMEM && HAS_DMA
|
depends on SPI_MASTER && HAS_DMA
|
||||||
select CRC7
|
select CRC7
|
||||||
select CRC_ITU_T
|
select CRC_ITU_T
|
||||||
help
|
help
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user