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 0c080fe..b6ef6bb 100644 (file)
@@ -31,7 +31,6 @@
 
 #include <common.h>
 #include <command.h>
-#include <arm920t.h>
 #include <asm/system.h>
 
 #ifdef CONFIG_USE_IRQ
index 280c682..31ec588 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 1fbd1f0..ea24cdf 100644 (file)
@@ -30,7 +30,6 @@
  */
 
 #include <common.h>
-#include <arm920t.h>
 
 #ifdef CONFIG_USE_IRQ
 #include <asm/proc-armv/ptrace.h>
index f3c0ed6..f0a09cd 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 518c5e0..1f70a36 100644 (file)
@@ -31,7 +31,6 @@
 
 #include <common.h>
 #include <command.h>
-#include <arm926ejs.h>
 #include <asm/system.h>
 
 #ifdef CONFIG_USE_IRQ
index 2604d57..80751ad 100644 (file)
@@ -38,7 +38,6 @@
  */
 
 #include <common.h>
-#include <arm926ejs.h>
 
 typedef volatile struct {
        u_int32_t       pid12;
index 960cf52..2870d24 100644 (file)
@@ -37,7 +37,6 @@
 
 #include <common.h>
 #include <asm/io.h>
-#include <arm926ejs.h>
 
 #define TIMER_LOAD_VAL 0xffffffff
 
index 35ba7db..0052dab 100644 (file)
@@ -11,7 +11,6 @@
 
 #include <common.h>
 #include <command.h>
-#include <arm926ejs.h>
 
 #if defined(CONFIG_DISPLAY_CPUINFO) && defined(CONFIG_OMAP)
 
index 97f9771..392b158 100644 (file)
@@ -36,7 +36,6 @@
  */
 
 #include <common.h>
-#include <arm926ejs.h>
 
 #define TIMER_LOAD_VAL 0xffffffff
 
index 6697672..50c1335 100755 (executable)
@@ -36,7 +36,6 @@
  */
 
 #include <common.h>
-#include <arm926ejs.h>
 
 #define TIMER_LOAD_VAL 0xffffffff
 
index 04f0515..d3195f9 100644 (file)
@@ -31,7 +31,6 @@
 
 #include <common.h>
 #include <command.h>
-#include <arm946es.h>
 #include <asm/system.h>
 
 #ifdef CONFIG_USE_IRQ
index 338df87..be92f70 100644 (file)
@@ -31,7 +31,6 @@
 
 #include <common.h>
 #include <command.h>
-#include <arm920t.h>
 #include <asm/system.h>
 
 #ifdef CONFIG_USE_IRQ
index f0baf14..f9b5be0 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__*/