]> www.infradead.org Git - linux-platform-drivers-x86.git/commitdiff
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 e00818abe54dfda2d00ac9e12253a1094862ef4e..e27a6889cc566634b673b3b9ecf589ce2d46eec2 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>