From 2907798926ee932f453ac8538e7a6c05c18428a5 Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Fri, 15 May 2009 23:47:13 +0200 Subject: arm920/926/926: remove non needed header Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- cpu/arm920t/cpu.c | 1 - cpu/arm920t/imx/timer.c | 1 - cpu/arm920t/interrupts.c | 1 - cpu/arm920t/s3c24x0/timer.c | 1 - 4 files changed, 4 deletions(-) (limited to 'cpu/arm920t') diff --git a/cpu/arm920t/cpu.c b/cpu/arm920t/cpu.c index 0c080fe3e..b6ef6bb8f 100644 --- a/cpu/arm920t/cpu.c +++ b/cpu/arm920t/cpu.c @@ -31,7 +31,6 @@ #include #include -#include #include #ifdef CONFIG_USE_IRQ diff --git a/cpu/arm920t/imx/timer.c b/cpu/arm920t/imx/timer.c index 280c68294..31ec588d9 100644 --- a/cpu/arm920t/imx/timer.c +++ b/cpu/arm920t/imx/timer.c @@ -32,7 +32,6 @@ #include #if defined (CONFIG_IMX) -#include #include int timer_init (void) diff --git a/cpu/arm920t/interrupts.c b/cpu/arm920t/interrupts.c index 1fbd1f0cc..ea24cdf68 100644 --- a/cpu/arm920t/interrupts.c +++ b/cpu/arm920t/interrupts.c @@ -30,7 +30,6 @@ */ #include -#include #ifdef CONFIG_USE_IRQ #include diff --git a/cpu/arm920t/s3c24x0/timer.c b/cpu/arm920t/s3c24x0/timer.c index f3c0ed62c..f0a09cddf 100644 --- a/cpu/arm920t/s3c24x0/timer.c +++ b/cpu/arm920t/s3c24x0/timer.c @@ -32,7 +32,6 @@ #include #if defined(CONFIG_S3C2400) || defined (CONFIG_S3C2410) || defined (CONFIG_TRAB) -#include #if defined(CONFIG_S3C2400) #include #elif defined(CONFIG_S3C2410) -- cgit v1.2.3