]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
arm920/926/926: remove non needed header
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Fri, 15 May 2009 21:47:13 +0000 (23:47 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 12 Jun 2009 18:39:49 +0000 (20:39 +0200)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16 files changed:
cpu/arm920t/cpu.c
cpu/arm920t/imx/timer.c
cpu/arm920t/interrupts.c
cpu/arm920t/s3c24x0/timer.c
cpu/arm926ejs/cpu.c
cpu/arm926ejs/davinci/timer.c
cpu/arm926ejs/nomadik/timer.c
cpu/arm926ejs/omap/cpuinfo.c
cpu/arm926ejs/omap/timer.c
cpu/arm926ejs/versatile/timer.c
cpu/arm946es/cpu.c
cpu/lh7a40x/cpu.c
cpu/lh7a40x/timer.c
include/arm920t.h [deleted file]
include/arm926ejs.h [deleted file]
include/arm946es.h [deleted file]

index 0c080fe3e4dc30a6b73b09903b1fdd49479ca767..b6ef6bb8f5df0ae2cc3ad37b6d86fe9166551749 100644 (file)
@@ -31,7 +31,6 @@
 
 #include <common.h>
 #include <command.h>
-#include <arm920t.h>
 #include <asm/system.h>
 
 #ifdef CONFIG_USE_IRQ
index 280c682940524e0c15666bed1490ea64ed1eba49..31ec588d9194684641ec842a9328f1ed10e2208e 100644 (file)
@@ -32,7 +32,6 @@
 #include <common.h>
 #if defined (CONFIG_IMX)
 
-#include <arm920t.h>
 #include <asm/arch/imx-regs.h>
 
 int timer_init (void)
index 1fbd1f0cc4a63a9af9abbca70be06fafd22391f3..ea24cdf68bd1c647b3db15300ea91669f5e9e225 100644 (file)
@@ -30,7 +30,6 @@
  */
 
 #include <common.h>
-#include <arm920t.h>
 
 #ifdef CONFIG_USE_IRQ
 #include <asm/proc-armv/ptrace.h>
index f3c0ed62cc8207ada37e45d0026ed1b56d54f9bc..f0a09cddff50bfdcc0b8f866cc95ab82474ffcf9 100644 (file)
@@ -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)
index 518c5e0b3fbcb6ec5044c163499854d608e396da..1f70a3603a80cfeb41690f878b7eabd4baa4a2ef 100644 (file)
@@ -31,7 +31,6 @@
 
 #include <common.h>
 #include <command.h>
-#include <arm926ejs.h>
 #include <asm/system.h>
 
 #ifdef CONFIG_USE_IRQ
index 2604d57f320c9526630cae94bbb40cb0e8478810..80751add84eca84b804d0d9a8343a3de68b339ec 100644 (file)
@@ -38,7 +38,6 @@
  */
 
 #include <common.h>
-#include <arm926ejs.h>
 
 typedef volatile struct {
        u_int32_t       pid12;
index 960cf52dfbcc1505862e742cefb25cb2dc409c4b..2870d24ad544975567a565b4f8b305689dd00fee 100644 (file)
@@ -37,7 +37,6 @@
 
 #include <common.h>
 #include <asm/io.h>
-#include <arm926ejs.h>
 
 #define TIMER_LOAD_VAL 0xffffffff
 
index 35ba7dba0f5d248646afece5e68b204fdff04226..0052daba8ee8070183a306b69efea72d1a444903 100644 (file)
@@ -11,7 +11,6 @@
 
 #include <common.h>
 #include <command.h>
-#include <arm926ejs.h>
 
 #if defined(CONFIG_DISPLAY_CPUINFO) && defined(CONFIG_OMAP)
 
index 97f97712f4e058a6e635a95479a39174e828f769..392b158d508eb30c3dddb817ad80e10ee304d135 100644 (file)
@@ -36,7 +36,6 @@
  */
 
 #include <common.h>
-#include <arm926ejs.h>
 
 #define TIMER_LOAD_VAL 0xffffffff
 
index 669767257471ad7b948b8023b2b33bc1bba1f6d6..50c13350a06bb6909f90de225c637aa766eafea1 100755 (executable)
@@ -36,7 +36,6 @@
  */
 
 #include <common.h>
-#include <arm926ejs.h>
 
 #define TIMER_LOAD_VAL 0xffffffff
 
index 04f051510df8cff8fefc05421f54a8e25f31e5e6..d3195f9a22f25fa82187a7b197db7eabdcd8da58 100644 (file)
@@ -31,7 +31,6 @@
 
 #include <common.h>
 #include <command.h>
-#include <arm946es.h>
 #include <asm/system.h>
 
 #ifdef CONFIG_USE_IRQ
index 338df8769ef07b0e37876078d1dfa52431496d14..be92f708b909fb012dd3c27f10dc9c1e3b729cc4 100644 (file)
@@ -31,7 +31,6 @@
 
 #include <common.h>
 #include <command.h>
-#include <arm920t.h>
 #include <asm/system.h>
 
 #ifdef CONFIG_USE_IRQ
index f0baf1473799107ffd8d0382d8e0dc6c2e605564..f9b5be01042d84a6f4b3a01cf8ea4c25fa4a31ce 100644 (file)
@@ -30,7 +30,6 @@
  */
 
 #include <common.h>
-#include <arm920t.h>
 #include <lh7a40x.h>
 
 static ulong timer_load_val = 0;
diff --git a/include/arm920t.h b/include/arm920t.h
deleted file mode 100644 (file)
index 95f3323..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-/************************************************
- * NAME            : arm920t.h
- * Version  : 30 April 2002                    *
- *
- * empty for now
- ************************************************/
-
-#ifndef __ARM920T_H__
-#define __ARM920T_H__
-
-
-#endif /*__ARM920T_H__*/
diff --git a/include/arm926ejs.h b/include/arm926ejs.h
deleted file mode 100644 (file)
index c660265..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-/************************************************
- * NAME                 arm926ejs.h             *
- * Version      :       23 June 2003            *
- ************************************************/
-/* Currently empty */
-#ifndef __ARM926EJS_H__
-#define __ARM926EJS_H__
-#endif /*__ARM926EJS_H__*/
diff --git a/include/arm946es.h b/include/arm946es.h
deleted file mode 100644 (file)
index c23f3e7..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-/************************************************
- * NAME                 arm946es.h              *
- * $Version$                                    *
- ************************************************/
-/* Currently empty */
-#ifndef __ARM946ES_H__
-#define __ARM946ES_H__
-#endif /*__ARM946ES_H__*/