diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-03-04 11:04:12 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-03-21 22:05:50 +0000 |
commit | f78f10436806660f39440a729acbaf03e3a01023 (patch) | |
tree | 3cef9023d54d12bc029893b35945f7bec69a22d3 /arch/arm/lib | |
parent | bfe65704812f82751470106ea50aeb7e7d37cc3f (diff) | |
download | linux-3.10-f78f10436806660f39440a729acbaf03e3a01023.tar.gz linux-3.10-f78f10436806660f39440a729acbaf03e3a01023.tar.bz2 linux-3.10-f78f10436806660f39440a729acbaf03e3a01023.zip |
[ARM] Remove unnecessary asm/hardware.h includes
asm/hardware.h is not required for the majority of processor support
files, ioremap support, mm initialisation, acorn IO support, nor
the debug code (which picks up its machine specific includes via
debug-macros.S)
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/lib')
-rw-r--r-- | arch/arm/lib/io-acorn.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/lib/io-acorn.S b/arch/arm/lib/io-acorn.S index b153523631c..1b197ea7aab 100644 --- a/arch/arm/lib/io-acorn.S +++ b/arch/arm/lib/io-acorn.S @@ -12,7 +12,6 @@ */ #include <linux/linkage.h> #include <asm/assembler.h> -#include <asm/hardware.h> .text .align |