mmc: mxmmc: include linux/highmem.h
authorArnd Bergmann <arnd@arndb.de>
Tue, 29 May 2018 10:30:35 +0000 (12:30 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 29 May 2018 10:34:54 +0000 (12:34 +0200)
commita639bb72c26f1175f56fcd3477a18381ae284ddb
treef914b49f4bae976253a6f11c18de5dc08616a08d
parent45ee50461c249666e1aa050bb8a7d0785f1c79f5
mmc: mxmmc: include linux/highmem.h

The highmem conversion caused a build error in some configurations:

drivers/mmc/host/mxcmmc.c: In function 'mxcmci_transfer_data':
drivers/mmc/host/mxcmmc.c:622:10: error: implicit declaration of function 'kmap_atomic'; did you mean 'in_atomic'? [-Werror=implicit-function-declaration]

This includes the correct header file.

Fixes: b189e7589f6d ("mmc: mxcmmc: handle highmem pages")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/mxcmmc.c