diff options
author | Leonard Crestez <leonard.crestez@nxp.com> | 2020-01-20 15:51:28 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-02-14 05:03:09 +0300 |
commit | b5cc96d3bfcbc495a350f78aa2e1295b238d26da (patch) | |
tree | 21d1f49bf490401fe60a68150cfa989716950d21 /drivers/soc/imx/gpcv2.c | |
parent | bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9 (diff) | |
download | linux-b5cc96d3bfcbc495a350f78aa2e1295b238d26da.tar.xz |
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 <linux/sizes.h> directly.
Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'drivers/soc/imx/gpcv2.c')
-rw-r--r-- | drivers/soc/imx/gpcv2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/imx/gpcv2.c b/drivers/soc/imx/gpcv2.c index b0dffb06c05d..6cf8a7a412bd 100644 --- a/drivers/soc/imx/gpcv2.c +++ b/drivers/soc/imx/gpcv2.c @@ -14,6 +14,7 @@ #include <linux/pm_domain.h> #include <linux/regmap.h> #include <linux/regulator/consumer.h> +#include <linux/sizes.h> #include <dt-bindings/power/imx7-power.h> #include <dt-bindings/power/imx8mq-power.h> |