linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: imx: Remove unused include of linux/of.h on mach-imx6sl.c
@ 2020-02-14  6:11 Anson Huang
  2020-02-17  7:38 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Anson Huang @ 2020-02-14  6:11 UTC (permalink / raw)
  To: linux, shawnguo, s.hauer, kernel, festevam, kstewart, info,
	allison, gregkh, tglx, linux-arm-kernel, linux-kernel
  Cc: Linux-imx

linux/of.h is NOT used on mach-imx6sl.c, remove it.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
---
 arch/arm/mach-imx/mach-imx6sl.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/mach-imx/mach-imx6sl.c b/arch/arm/mach-imx/mach-imx6sl.c
index e00818a..e27a688 100644
--- a/arch/arm/mach-imx/mach-imx6sl.c
+++ b/arch/arm/mach-imx/mach-imx6sl.c
@@ -4,7 +4,6 @@
  */
 
 #include <linux/irqchip.h>
-#include <linux/of.h>
 #include <linux/of_platform.h>
 #include <linux/mfd/syscon.h>
 #include <linux/mfd/syscon/imx6q-iomuxc-gpr.h>
-- 
2.7.4


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

* Re: [PATCH] ARM: imx: Remove unused include of linux/of.h on mach-imx6sl.c
  2020-02-14  6:11 [PATCH] ARM: imx: Remove unused include of linux/of.h on mach-imx6sl.c Anson Huang
@ 2020-02-17  7:38 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2020-02-17  7:38 UTC (permalink / raw)
  To: Anson Huang
  Cc: linux, s.hauer, kernel, festevam, kstewart, info, allison, gregkh,
	tglx, linux-arm-kernel, linux-kernel, Linux-imx

On Fri, Feb 14, 2020 at 02:11:51PM +0800, Anson Huang wrote:
> linux/of.h is NOT used on mach-imx6sl.c, remove it.
> 
> Signed-off-by: Anson Huang <Anson.Huang@nxp.com>

Applied, thanks.

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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-14  6:11 [PATCH] ARM: imx: Remove unused include of linux/of.h on mach-imx6sl.c Anson Huang
2020-02-17  7:38 ` Shawn Guo

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