linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] soc: imx: Remove unused include in gpcv2.c
@ 2020-02-18  5:51 Anson Huang
  2020-02-18  5:59 ` Peng Fan
  0 siblings, 1 reply; 3+ messages in thread
From: Anson Huang @ 2020-02-18  5:51 UTC (permalink / raw)
  To: shawnguo, s.hauer, kernel, festevam, agx, andrew.smirnov,
	leonard.crestez, linux-arm-kernel, linux-kernel
  Cc: Linux-imx

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(-)

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
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* RE: [PATCH] soc: imx: Remove unused include in gpcv2.c
  2020-02-18  5:51 [PATCH] soc: imx: Remove unused include in gpcv2.c Anson Huang
@ 2020-02-18  5:59 ` Peng Fan
  2020-02-18  6:38   ` Anson Huang
  0 siblings, 1 reply; 3+ messages in thread
From: Peng Fan @ 2020-02-18  5:59 UTC (permalink / raw)
  To: Anson Huang, shawnguo, s.hauer, kernel, festevam, agx,
	andrew.smirnov, Leonard Crestez, linux-arm-kernel, linux-kernel
  Cc: dl-linux-imx

> 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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH] soc: imx: Remove unused include in gpcv2.c
  2020-02-18  5:59 ` Peng Fan
@ 2020-02-18  6:38   ` Anson Huang
  0 siblings, 0 replies; 3+ messages in thread
From: Anson Huang @ 2020-02-18  6:38 UTC (permalink / raw)
  To: Peng Fan, shawnguo, s.hauer, kernel, festevam, agx,
	andrew.smirnov, Leonard Crestez, linux-arm-kernel, linux-kernel
  Cc: dl-linux-imx



> 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
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-02-18  6:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-18  5:51 [PATCH] soc: imx: Remove unused include in gpcv2.c Anson Huang
2020-02-18  5:59 ` Peng Fan
2020-02-18  6:38   ` Anson Huang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).