From: Phil Elwell Date: Mon, 5 Feb 2018 09:35:01 +0000 (+0000) Subject: mmc: bcm2835-sdhost: Add include X-Git-Tag: archive/raspbian/4.9.82-1+deb9u3+rpi1_jessie~5^2~32 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=911ae51b5ebfd7ee5f0888a6ef610b686c1c3943;p=linux-4.9.git 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 --- diff --git a/drivers/mmc/host/bcm2835-sdhost.c b/drivers/mmc/host/bcm2835-sdhost.c index 5b1aa59b84af..a408459d7458 100644 --- a/drivers/mmc/host/bcm2835-sdhost.c +++ b/drivers/mmc/host/bcm2835-sdhost.c @@ -51,6 +51,7 @@ #include #include #include +#include #include #define DRIVER_NAME "sdhost-bcm2835"