arm920/926/926: remove non needed header

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
master
Jean-Christophe PLAGNIOL-VILLARD 15 years ago committed by Wolfgang Denk
parent 269dfea017
commit 2907798926
  1. 1
      cpu/arm920t/cpu.c
  2. 1
      cpu/arm920t/imx/timer.c
  3. 1
      cpu/arm920t/interrupts.c
  4. 1
      cpu/arm920t/s3c24x0/timer.c
  5. 1
      cpu/arm926ejs/cpu.c
  6. 1
      cpu/arm926ejs/davinci/timer.c
  7. 1
      cpu/arm926ejs/nomadik/timer.c
  8. 1
      cpu/arm926ejs/omap/cpuinfo.c
  9. 1
      cpu/arm926ejs/omap/timer.c
  10. 1
      cpu/arm926ejs/versatile/timer.c
  11. 1
      cpu/arm946es/cpu.c
  12. 1
      cpu/lh7a40x/cpu.c
  13. 1
      cpu/lh7a40x/timer.c
  14. 12
      include/arm920t.h
  15. 8
      include/arm926ejs.h
  16. 8
      include/arm946es.h

@ -31,7 +31,6 @@
#include <common.h>
#include <command.h>
#include <arm920t.h>
#include <asm/system.h>
#ifdef CONFIG_USE_IRQ

@ -32,7 +32,6 @@
#include <common.h>
#if defined (CONFIG_IMX)
#include <arm920t.h>
#include <asm/arch/imx-regs.h>
int timer_init (void)

@ -30,7 +30,6 @@
*/
#include <common.h>
#include <arm920t.h>
#ifdef CONFIG_USE_IRQ
#include <asm/proc-armv/ptrace.h>

@ -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)

@ -31,7 +31,6 @@
#include <common.h>
#include <command.h>
#include <arm926ejs.h>
#include <asm/system.h>
#ifdef CONFIG_USE_IRQ

@ -38,7 +38,6 @@
*/
#include <common.h>
#include <arm926ejs.h>
typedef volatile struct {
u_int32_t pid12;

@ -37,7 +37,6 @@
#include <common.h>
#include <asm/io.h>
#include <arm926ejs.h>
#define TIMER_LOAD_VAL 0xffffffff

@ -11,7 +11,6 @@
#include <common.h>
#include <command.h>
#include <arm926ejs.h>
#if defined(CONFIG_DISPLAY_CPUINFO) && defined(CONFIG_OMAP)

@ -36,7 +36,6 @@
*/
#include <common.h>
#include <arm926ejs.h>
#define TIMER_LOAD_VAL 0xffffffff

@ -36,7 +36,6 @@
*/
#include <common.h>
#include <arm926ejs.h>
#define TIMER_LOAD_VAL 0xffffffff

@ -31,7 +31,6 @@
#include <common.h>
#include <command.h>
#include <arm946es.h>
#include <asm/system.h>
#ifdef CONFIG_USE_IRQ

@ -31,7 +31,6 @@
#include <common.h>
#include <command.h>
#include <arm920t.h>
#include <asm/system.h>
#ifdef CONFIG_USE_IRQ

@ -30,7 +30,6 @@
*/
#include <common.h>
#include <arm920t.h>
#include <lh7a40x.h>
static ulong timer_load_val = 0;

@ -1,12 +0,0 @@
/************************************************
* NAME : arm920t.h
* Version : 30 April 2002 *
*
* empty for now
************************************************/
#ifndef __ARM920T_H__
#define __ARM920T_H__
#endif /*__ARM920T_H__*/

@ -1,8 +0,0 @@
/************************************************
* NAME arm926ejs.h *
* Version : 23 June 2003 *
************************************************/
/* Currently empty */
#ifndef __ARM926EJS_H__
#define __ARM926EJS_H__
#endif /*__ARM926EJS_H__*/

@ -1,8 +0,0 @@
/************************************************
* NAME arm946es.h *
* $Version$ *
************************************************/
/* Currently empty */
#ifndef __ARM946ES_H__
#define __ARM946ES_H__
#endif /*__ARM946ES_H__*/
Loading…
Cancel
Save