diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-11-28 23:37:15 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-11-29 00:20:38 +0100 |
commit | 0b3ce7fc3b9949a9867b810372226f5bc21dde1a (patch) | |
tree | e2e0de4d5f3c07098d71ff9a405970067c96febb /arch/arm/include/asm/system.h | |
parent | [ARM] ns9xxx: mach/hardware.h doesn't need asm/memory.h (diff) | |
download | linux-0b3ce7fc3b9949a9867b810372226f5bc21dde1a.tar.xz linux-0b3ce7fc3b9949a9867b810372226f5bc21dde1a.zip |
[ARM] asm/system.h does not require asm/memory.h
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/include/asm/system.h')
-rw-r--r-- | arch/arm/include/asm/system.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/include/asm/system.h b/arch/arm/include/asm/system.h index 568020b34e3e..811be55f338e 100644 --- a/arch/arm/include/asm/system.h +++ b/arch/arm/include/asm/system.h @@ -3,8 +3,6 @@ #ifdef __KERNEL__ -#include <asm/memory.h> - #define CPU_ARCH_UNKNOWN 0 #define CPU_ARCH_ARMv3 1 #define CPU_ARCH_ARMv4 2 |