diff options
| author | Troy Kisky <[email protected]> | 2012-07-19 08:18:21 +0000 |
|---|---|---|
| committer | Heiko Schocher <[email protected]> | 2012-07-31 07:59:56 +0200 |
| commit | d3394ec198f107a11a21402cbb3bd34b843a40ed (patch) | |
| tree | 5226f1af66bb182d12070ec59b040b394ce74e8e | |
| parent | 9815326d043b08f7ad355e53b8b7027634507879 (diff) | |
iomux-v3: remove include of mx6x_pins.h
This include is not needed.
Signed-off-by: Troy Kisky <[email protected]>
Acked-by: Jason Liu <[email protected]>
| -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 87855321635..a0c4b1567e1 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; |
