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>
Sat, 31 Mar 2018 14:57:30 +0000 (15:57 +0100)
commit911ae51b5ebfd7ee5f0888a6ef610b686c1c3943
treef299aa1a30cdd6ac3c77c5da4d0435d8ad27caa4
parentc5fe384542be1f6a4896e0d96db93258b039e653
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