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 | |
| parent | 9815326d043b08f7ad355e53b8b7027634507879 (diff) | |
| download | olio-uboot-2014.01-d3394ec198f107a11a21402cbb3bd34b843a40ed.tar.xz olio-uboot-2014.01-d3394ec198f107a11a21402cbb3bd34b843a40ed.zip | |
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>
| -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 878553216..a0c4b1567 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; |