mmc: bcm2835-sdhost: Add include
authorPhil Elwell <phil@raspberrypi.org>
Mon, 5 Feb 2018 09:35:01 +0000 (09:35 +0000)
committerPhil Elwell <phil@raspberrypi.org>
Mon, 5 Feb 2018 09:35:01 +0000 (09:35 +0000)
commit417d8e6b06a612ff5665bf32d44e38a3f638d6cf
tree9f5fc4b0d475ecefe34b12b61ce2111e0186642a
parent33ee56d5927ceff630fbc87e3f5caa409b6ae114
mmc: bcm2835-sdhost: Add include

highmem.h (needed for kmap_atomic) is pulled in by one of the other
include files, but only with some CONFIG settings. Make the inclusion
explicit to cater for cases where the CONFIG setting is absent.

See: https://github.com/raspberrypi/linux/issues/2366

Signed-off-by: Phil Elwell <phil@raspberrypi.org>
drivers/mmc/host/bcm2835-sdhost.c