summaryrefslogtreecommitdiff
path: root/cpu/lh7a40x
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-05-15 23:47:13 +0200
committerWolfgang Denk <wd@denx.de>2009-06-12 20:39:49 +0200
commit2907798926ee932f453ac8538e7a6c05c18428a5 (patch)
tree1c996fec933b3566b1cdcf42592269e604960167 /cpu/lh7a40x
parent269dfea017b09c5a999d3053d00505c19789c350 (diff)
arm920/926/926: remove non needed header
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'cpu/lh7a40x')
-rw-r--r--cpu/lh7a40x/cpu.c1
-rw-r--r--cpu/lh7a40x/timer.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/cpu/lh7a40x/cpu.c b/cpu/lh7a40x/cpu.c
index 338df8769..be92f708b 100644
--- a/cpu/lh7a40x/cpu.c
+++ b/cpu/lh7a40x/cpu.c
@@ -31,7 +31,6 @@
#include <common.h>
#include <command.h>
-#include <arm920t.h>
#include <asm/system.h>
#ifdef CONFIG_USE_IRQ
diff --git a/cpu/lh7a40x/timer.c b/cpu/lh7a40x/timer.c
index f0baf1473..f9b5be010 100644
--- a/cpu/lh7a40x/timer.c
+++ b/cpu/lh7a40x/timer.c
@@ -30,7 +30,6 @@
*/
#include <common.h>
-#include <arm920t.h>
#include <lh7a40x.h>
static ulong timer_load_val = 0;