From: NeilBrown Date: Sun, 9 Dec 2018 05:20:33 +0000 (+1100) Subject: staging: mt7621-mmc: add missing header. X-Git-Tag: for-linus-20190104~50^2~92 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=a6bf8820224dc226bc3fd4aac27169f6fc38d26f;p=linux-block.git staging: mt7621-mmc: add missing header. is sometimes included by other include files, and sometimes not, depending on config, particularly CONFIG_HIGHMEM. So include it explicitly rather than relying on implicit inclusion. Signed-off-by: NeilBrown Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/mt7621-mmc/sd.c b/drivers/staging/mt7621-mmc/sd.c index 0e6c463f988e..f0b24b1b2cf6 100644 --- a/drivers/staging/mt7621-mmc/sd.c +++ b/drivers/staging/mt7621-mmc/sd.c @@ -38,6 +38,7 @@ #include #include #include +#include #include #include