>-----Original Message----- >From: Troy Kisky [mailto:[email protected]] >Sent: Friday, July 20, 2012 2:18 AM >To: [email protected]; Heiko Schocher; [email protected] >Cc: [email protected]; [email protected]; Estevam Fabio- >R49496; Liu Hui-R64343; Troy Kisky >Subject: [PATCH V3 20/25] iomux-v3: remove include of mx6x_pins.h > >This include is not needed. > >Signed-off-by: Troy Kisky <[email protected]> > >--- >v2: no change >--- > arch/arm/cpu/armv7/mx6/iomux-v3.c | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/arch/arm/cpu/armv7/mx6/iomux-v3.c >b/arch/arm/cpu/armv7/mx6/iomux-v3.c >index 8785532..a0c4b15 100644 >--- a/arch/arm/cpu/armv7/mx6/iomux-v3.c >+++ b/arch/arm/cpu/armv7/mx6/iomux-v3.c >@@ -23,7 +23,6 @@ > #include <common.h> > #include <asm/io.h> > #include <asm/arch/imx-regs.h> >-#include <asm/arch/mx6x_pins.h> > #include <asm/arch/iomux-v3.h> > > static void *base = (void *)IOMUXC_BASE_ADDR;
Acked-by: Jason Liu <[email protected]> >-- >1.7.9.5 > _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

