summaryrefslogtreecommitdiffstats
path: root/cpu/arm920t
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/arm920t
parent269dfea017b09c5a999d3053d00505c19789c350 (diff)
downloadblackbird-obmc-uboot-2907798926ee932f453ac8538e7a6c05c18428a5.tar.gz
blackbird-obmc-uboot-2907798926ee932f453ac8538e7a6c05c18428a5.zip
arm920/926/926: remove non needed header
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'cpu/arm920t')
-rw-r--r--cpu/arm920t/cpu.c1
-rw-r--r--cpu/arm920t/imx/timer.c1
-rw-r--r--cpu/arm920t/interrupts.c1
-rw-r--r--cpu/arm920t/s3c24x0/timer.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/cpu/arm920t/cpu.c b/cpu/arm920t/cpu.c
index 0c080fe3e4..b6ef6bb8f5 100644
--- a/cpu/arm920t/cpu.c
+++ b/cpu/arm920t/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/arm920t/imx/timer.c b/cpu/arm920t/imx/timer.c
index 280c682940..31ec588d91 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)
diff --git a/cpu/arm920t/interrupts.c b/cpu/arm920t/interrupts.c
index 1fbd1f0cc4..ea24cdf68b 100644
--- a/cpu/arm920t/interrupts.c
+++ b/cpu/arm920t/interrupts.c
@@ -30,7 +30,6 @@
*/
#include <common.h>
-#include <arm920t.h>
#ifdef CONFIG_USE_IRQ
#include <asm/proc-armv/ptrace.h>
diff --git a/cpu/arm920t/s3c24x0/timer.c b/cpu/arm920t/s3c24x0/timer.c
index f3c0ed62cc..f0a09cddff 100644
--- a/cpu/arm920t/s3c24x0/timer.c
+++ b/cpu/arm920t/s3c24x0/timer.c
@@ -32,7 +32,6 @@
#include <common.h>
#if defined(CONFIG_S3C2400) || defined (CONFIG_S3C2410) || defined (CONFIG_TRAB)
-#include <arm920t.h>
#if defined(CONFIG_S3C2400)
#include <s3c2400.h>
#elif defined(CONFIG_S3C2410)
OpenPOWER on IntegriCloud