Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagn...@jcrosoft.com> --- cpu/arm920t/cpu.c | 1 - cpu/arm920t/imx/timer.c | 1 - cpu/arm920t/interrupts.c | 1 - cpu/arm920t/s3c24x0/timer.c | 1 - cpu/arm926ejs/cpu.c | 1 - cpu/arm926ejs/davinci/timer.c | 1 - cpu/arm926ejs/nomadik/timer.c | 1 - cpu/arm926ejs/omap/cpuinfo.c | 1 - cpu/arm926ejs/omap/timer.c | 1 - cpu/arm926ejs/versatile/timer.c | 1 - cpu/arm946es/cpu.c | 1 - cpu/lh7a40x/cpu.c | 1 - cpu/lh7a40x/interrupts.c | 1 - include/arm920t.h | 12 ------------ include/arm926ejs.h | 8 -------- include/arm946es.h | 8 -------- 16 files changed, 0 insertions(+), 41 deletions(-) delete mode 100644 include/arm920t.h delete mode 100644 include/arm926ejs.h delete mode 100644 include/arm946es.h
diff --git a/cpu/arm920t/cpu.c b/cpu/arm920t/cpu.c index 8c4b57f..9d5d025 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> static void cache_flush(void); diff --git a/cpu/arm920t/imx/timer.c b/cpu/arm920t/imx/timer.c index 09b4eaf..da37a0c 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 09c54db..8d5289e 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 328c652..8205355 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) diff --git a/cpu/arm926ejs/cpu.c b/cpu/arm926ejs/cpu.c index 75b62d3..978bfcd 100644 --- a/cpu/arm926ejs/cpu.c +++ b/cpu/arm926ejs/cpu.c @@ -31,7 +31,6 @@ #include <common.h> #include <command.h> -#include <arm926ejs.h> #include <asm/system.h> static void cache_flush(void); diff --git a/cpu/arm926ejs/davinci/timer.c b/cpu/arm926ejs/davinci/timer.c index 773735a..3f22ec2 100644 --- a/cpu/arm926ejs/davinci/timer.c +++ b/cpu/arm926ejs/davinci/timer.c @@ -38,7 +38,6 @@ */ #include <common.h> -#include <arm926ejs.h> typedef volatile struct { u_int32_t pid12; diff --git a/cpu/arm926ejs/nomadik/timer.c b/cpu/arm926ejs/nomadik/timer.c index 2b2208c..cc6d45b 100644 --- a/cpu/arm926ejs/nomadik/timer.c +++ b/cpu/arm926ejs/nomadik/timer.c @@ -37,7 +37,6 @@ #include <common.h> #include <asm/io.h> -#include <arm926ejs.h> #define TIMER_LOAD_VAL 0xffffffff diff --git a/cpu/arm926ejs/omap/cpuinfo.c b/cpu/arm926ejs/omap/cpuinfo.c index 35ba7db..0052dab 100644 --- a/cpu/arm926ejs/omap/cpuinfo.c +++ b/cpu/arm926ejs/omap/cpuinfo.c @@ -11,7 +11,6 @@ #include <common.h> #include <command.h> -#include <arm926ejs.h> #if defined(CONFIG_DISPLAY_CPUINFO) && defined(CONFIG_OMAP) diff --git a/cpu/arm926ejs/omap/timer.c b/cpu/arm926ejs/omap/timer.c index bedc2e7..c51b321 100644 --- a/cpu/arm926ejs/omap/timer.c +++ b/cpu/arm926ejs/omap/timer.c @@ -36,7 +36,6 @@ */ #include <common.h> -#include <arm926ejs.h> #define TIMER_LOAD_VAL 0xffffffff diff --git a/cpu/arm926ejs/versatile/timer.c b/cpu/arm926ejs/versatile/timer.c index 9ac867e..b34f80f 100755 --- a/cpu/arm926ejs/versatile/timer.c +++ b/cpu/arm926ejs/versatile/timer.c @@ -36,7 +36,6 @@ */ #include <common.h> -#include <arm926ejs.h> #define TIMER_LOAD_VAL 0xffffffff diff --git a/cpu/arm946es/cpu.c b/cpu/arm946es/cpu.c index 620f7ed..3939322 100644 --- a/cpu/arm946es/cpu.c +++ b/cpu/arm946es/cpu.c @@ -31,7 +31,6 @@ #include <common.h> #include <command.h> -#include <arm946es.h> #include <asm/system.h> static void cache_flush(void); diff --git a/cpu/lh7a40x/cpu.c b/cpu/lh7a40x/cpu.c index 8e08773..f47ca03 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> static void cache_flush(void); diff --git a/cpu/lh7a40x/interrupts.c b/cpu/lh7a40x/interrupts.c index 91ca6a9..ebee1a4 100644 --- a/cpu/lh7a40x/interrupts.c +++ b/cpu/lh7a40x/interrupts.c @@ -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 index 95f3323..0000000 --- a/include/arm920t.h +++ /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 index c660265..0000000 --- a/include/arm926ejs.h +++ /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 index c23f3e7..0000000 --- a/include/arm946es.h +++ /dev/null @@ -1,8 +0,0 @@ -/************************************************ - * NAME arm946es.h * - * $Version$ * - ************************************************/ -/* Currently empty */ -#ifndef __ARM946ES_H__ -#define __ARM946ES_H__ -#endif /*__ARM946ES_H__*/ -- 1.6.2.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot