From: Leonard Crestez Date: Mon, 20 Jan 2020 12:51:28 +0000 (+0200) Subject: soc: imx: gpcv2: include linux/sizes.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b5cc96d3bfcbc495a350f78aa2e1295b238d26da;p=linux.git soc: imx: gpcv2: include linux/sizes.h This header is included indirectly on arm/arm64 but not on x86 so CONFIG_COMPILE_TEST breaks. Fix by including directly. Signed-off-by: Leonard Crestez Signed-off-by: Shawn Guo --- diff --git a/drivers/soc/imx/gpcv2.c b/drivers/soc/imx/gpcv2.c index b0dffb06c05df..6cf8a7a412bde 100644 --- a/drivers/soc/imx/gpcv2.c +++ b/drivers/soc/imx/gpcv2.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include