diff mbox

[U-Boot,V3,20/25] iomux-v3: remove include of mx6x_pins.h

Message ID 1342721906-8332-20-git-send-email-troy.kisky@boundarydevices.com
State Accepted
Delegated to: Heiko Schocher
Headers show

Commit Message

Troy Kisky July 19, 2012, 6:18 p.m. UTC
This include is not needed.

Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>

---
v2: no change
---
 arch/arm/cpu/armv7/mx6/iomux-v3.c |    1 -
 1 file changed, 1 deletion(-)

Comments

Liu Hui-R64343 July 23, 2012, 6:25 a.m. UTC | #1
>-----Original Message-----
>From: Troy Kisky [mailto:troy.kisky@boundarydevices.com]
>Sent: Friday, July 20, 2012 2:18 AM
>To: u-boot@lists.denx.de; Heiko Schocher; sbabic@denx.de
>Cc: marek.vasut@gmail.com; dirk.behme@googlemail.com; 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 <troy.kisky@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;

Acked-by: Jason Liu <r64343@freescale.com>

>--
>1.7.9.5
>
diff mbox

Patch

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;