diff options
author | Troy Kisky <troy.kisky@boundarydevices.com> | 2012-07-19 08:18:21 +0000 |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2012-07-31 07:59:56 +0200 |
commit | d3394ec198f107a11a21402cbb3bd34b843a40ed (patch) | |
tree | 5226f1af66bb182d12070ec59b040b394ce74e8e /arch/arm/cpu/armv7/mx6/iomux-v3.c | |
parent | 9815326d043b08f7ad355e53b8b7027634507879 (diff) | |
download | u-boot-imx-d3394ec198f107a11a21402cbb3bd34b843a40ed.zip u-boot-imx-d3394ec198f107a11a21402cbb3bd34b843a40ed.tar.gz u-boot-imx-d3394ec198f107a11a21402cbb3bd34b843a40ed.tar.bz2 |
iomux-v3: remove include of mx6x_pins.h
This include is not needed.
Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
Acked-by: Jason Liu <r64343@freescale.com>
Diffstat (limited to 'arch/arm/cpu/armv7/mx6/iomux-v3.c')
-rw-r--r-- | arch/arm/cpu/armv7/mx6/iomux-v3.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |