2020-02-14 06:18:24

by Anson Huang

[permalink] [raw]
Subject: [PATCH] ARM: imx: Remove unused include of linux/of.h on mach-imx6sl.c

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

Signed-off-by: Anson Huang <[email protected]>
---
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


2020-02-17 07:38:46

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH] ARM: imx: Remove unused include of linux/of.h on mach-imx6sl.c

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 <[email protected]>

Applied, thanks.