mmc: bcm2835-sdhost: Add include
authorPhil Elwell <phil@raspberrypi.org>
Mon, 5 Feb 2018 09:35:01 +0000 (09:35 +0000)
committerRaspbian kernel package updater <root@raspbian.org>
Thu, 15 Feb 2018 17:41:14 +0000 (17:41 +0000)
commit50df795c877e43997d61a6a3da109ba5984a3dba
tree98f8be12cfbd6c0eb926c625057eaf600528de46
parent9c01fa84fed27cb3fb91a3dae703f1d10faa2cc0
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