projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adb7434
)
MMC: Remove HIGHMEM dependency from mmc-spi driver
author
Ian Molton
<ian@mnementh.co.uk>
Tue, 18 Jul 2017 12:19:15 +0000
(13:19 +0100)
committer
Ulf 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mmc/host/Kconfig
b/drivers/mmc/host/Kconfig
index 66b174965718425aba7395448c6fa2863072aff8..60f90d49e7a9526b9afd5e9ab7f5fedf9eb67fc1 100644
(file)
--- 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