diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-05-15 23:47:13 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-06-12 20:39:49 +0200 |
commit | 2907798926ee932f453ac8538e7a6c05c18428a5 (patch) | |
tree | 1c996fec933b3566b1cdcf42592269e604960167 /cpu/arm920t/imx | |
parent | 269dfea017b09c5a999d3053d00505c19789c350 (diff) | |
download | u-boot-imx-2907798926ee932f453ac8538e7a6c05c18428a5.zip u-boot-imx-2907798926ee932f453ac8538e7a6c05c18428a5.tar.gz u-boot-imx-2907798926ee932f453ac8538e7a6c05c18428a5.tar.bz2 |
arm920/926/926: remove non needed header
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'cpu/arm920t/imx')
-rw-r--r-- | cpu/arm920t/imx/timer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/arm920t/imx/timer.c b/cpu/arm920t/imx/timer.c index 280c682..31ec588 100644 --- a/cpu/arm920t/imx/timer.c +++ b/cpu/arm920t/imx/timer.c @@ -32,7 +32,6 @@ #include <common.h> #if defined (CONFIG_IMX) -#include <arm920t.h> #include <asm/arch/imx-regs.h> int timer_init (void) |