OSDN Git Service

ARM: imx: Remove unused include of linux/of.h on mach-imx6sl.c
authorAnson Huang <Anson.Huang@nxp.com>
Fri, 14 Feb 2020 06:11:51 +0000 (14:11 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 17 Feb 2020 07:38:17 +0000 (15:38 +0800)
linux/of.h is NOT used on mach-imx6sl.c, remove it.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/mach-imx/mach-imx6sl.c

index e00818a..e27a688 100644 (file)
@@ -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>