From: Matthias Brugger Date: Fri, 31 Jul 2015 15:03:13 +0000 (+0200) Subject: soc: mediatek: Fix SCPSYS compilation X-Git-Tag: omap-for-v4.3/fixes-merge-window~8^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dd068a4b85a68733213c874d08ef768bbec8d01;p=pandora-kernel.git soc: mediatek: Fix SCPSYS compilation SCPSYS driver misses the module.h include which makes it fail when compiling with allmodconf. This patch fixes this. Signed-off-by: Matthias Brugger Acked-by: Sascha Hauer Signed-off-by: Olof Johansson --- diff --git a/drivers/soc/mediatek/mtk-scpsys.c b/drivers/soc/mediatek/mtk-scpsys.c index 43a79ed761c4..164a7d8439b1 100644 --- a/drivers/soc/mediatek/mtk-scpsys.c +++ b/drivers/soc/mediatek/mtk-scpsys.c @@ -15,6 +15,7 @@ #include #include #include +#include #include #include #include