diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-11-25 15:57:21 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-11-25 15:57:21 +0000 |
commit | 9f2209078089e223a773a77518e53016173ead39 (patch) | |
tree | d2cd5b379675d840ba77def78955f05fa36c81f3 | |
parent | 5edf71ae129167ac276ebac18b25ccc7bec6ac3e (diff) | |
download | op-kernel-dev-9f2209078089e223a773a77518e53016173ead39.zip op-kernel-dev-9f2209078089e223a773a77518e53016173ead39.tar.gz |
[ARM] Realview core.c does not need mach-types.h
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-rw-r--r-- | arch/arm/mach-realview/core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-realview/core.c b/arch/arm/mach-realview/core.c index e2c6fa2..af6580f 100644 --- a/arch/arm/mach-realview/core.c +++ b/arch/arm/mach-realview/core.c @@ -30,7 +30,6 @@ #include <asm/io.h> #include <asm/irq.h> #include <asm/leds.h> -#include <asm/mach-types.h> #include <asm/hardware/amba.h> #include <asm/hardware/amba_clcd.h> #include <asm/hardware/arm_timer.h> |