[U-Boot] [PATCH V2 20/25] iomux-v3: remove include of mx6x_pins.h
Troy Kisky
troy.kisky at boundarydevices.com
Thu Jul 5 21:53:58 CEST 2012
This include is not needed.
Signed-off-by: Troy Kisky <troy.kisky at boundarydevices.com>
---
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;
--
1.7.9.5
More information about the U-Boot
mailing list