diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-10-28 10:29:21 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-10-28 10:29:21 +0100 |
commit | 766529fa2c95e2006ad4c4485c4cde0912d21f12 (patch) | |
tree | e132878cdc98927f9df4625d9a288ee8965fb562 /arch | |
parent | 7fca0aa489c82bef85514b5447f6a0be81543115 (diff) | |
download | linux-3.10-766529fa2c95e2006ad4c4485c4cde0912d21f12.tar.gz linux-3.10-766529fa2c95e2006ad4c4485c4cde0912d21f12.tar.bz2 linux-3.10-766529fa2c95e2006ad4c4485c4cde0912d21f12.zip |
[ARM] 2/4: Remove asm/hardware.h from asm-arm/arch-ebsa110/io.h
EBSA110 only requires hardware.h to be included for a couple of
files. Move the include there.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-ebsa110/io.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ebsa110/io.c b/arch/arm/mach-ebsa110/io.c index ef7eb5dc91b..c648bfb676a 100644 --- a/arch/arm/mach-ebsa110/io.c +++ b/arch/arm/mach-ebsa110/io.c @@ -24,6 +24,7 @@ #include <linux/kernel.h> #include <linux/types.h> +#include <asm/hardware.h> #include <asm/io.h> #include <asm/page.h> |