diff mbox series

soc: imx: Remove unused include in gpcv2.c

Message ID 1582005089-23767-1-git-send-email-Anson.Huang@nxp.com (mailing list archive)
State New, archived
Headers show
Series soc: imx: Remove unused include in gpcv2.c | expand

Commit Message

Anson Huang Feb. 18, 2020, 5:51 a.m. UTC
There is nothing in use from sizes.h, remove it.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
---
 drivers/soc/imx/gpcv2.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Peng Fan Feb. 18, 2020, 5:59 a.m. UTC | #1
> Subject: [PATCH] soc: imx: Remove unused include in gpcv2.c
> 
> There is nothing in use from sizes.h, remove it.

This is needed when moving to support COMPILE_TEST for
soc/imx, please keep it.

Thanks,
Peng.

> 
> Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
> ---
>  drivers/soc/imx/gpcv2.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/soc/imx/gpcv2.c b/drivers/soc/imx/gpcv2.c index
> 6cf8a7a..b0dffb0 100644
> --- a/drivers/soc/imx/gpcv2.c
> +++ b/drivers/soc/imx/gpcv2.c
> @@ -14,7 +14,6 @@
>  #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>
> 
> --
> 2.7.4
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.infr
> adead.org%2Fmailman%2Flistinfo%2Flinux-arm-kernel&amp;data=02%7C01
> %7Cpeng.fan%40nxp.com%7C0101da7d79d34d01963008d7b43773dd%7C68
> 6ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C637176022563909614&a
> mp;sdata=bGqSvUHqnMcnkkvYQwyFNaxUEsPFWNpxjc%2FPcAg0wl8%3D&a
> mp;reserved=0
Anson Huang Feb. 18, 2020, 6:38 a.m. UTC | #2
> Subject: RE: [PATCH] soc: imx: Remove unused include in gpcv2.c
> 
> > Subject: [PATCH] soc: imx: Remove unused include in gpcv2.c
> >
> > There is nothing in use from sizes.h, remove it.
> 
> This is needed when moving to support COMPILE_TEST for soc/imx, please
> keep it.

Ah, yes, I did NOT notice below patch which is in purpose, so just ignore this patch.

commit b5cc96d3bfcbc495a350f78aa2e1295b238d26da
Author: Leonard Crestez <leonard.crestez@nxp.com>
Date:   Mon Jan 20 14:51:28 2020 +0200

    soc: imx: gpcv2: include linux/sizes.h

thanks,
Anson
diff mbox series

Patch

diff --git a/drivers/soc/imx/gpcv2.c b/drivers/soc/imx/gpcv2.c
index 6cf8a7a..b0dffb0 100644
--- a/drivers/soc/imx/gpcv2.c
+++ b/drivers/soc/imx/gpcv2.c
@@ -14,7 +14,6 @@ 
 #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>