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 <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Anson Huang 2020-02-14 14:11:51 +08:00 committed by Shawn Guo
parent 709a80c1db
commit cc56f77e52
1 changed files with 0 additions and 1 deletions

View 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>