aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2005-10-28 10:29:21 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2005-10-28 10:29:21 +0100
commit766529fa2c95e2006ad4c4485c4cde0912d21f12 (patch)
treee132878cdc98927f9df4625d9a288ee8965fb562 /include/asm-arm
parent7fca0aa489c82bef85514b5447f6a0be81543115 (diff)
downloadlinux-766529fa2c95e2006ad4c4485c4cde0912d21f12.tar.gz
[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 'include/asm-arm')
-rw-r--r--include/asm-arm/arch-ebsa110/io.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-arm/arch-ebsa110/io.h b/include/asm-arm/arch-ebsa110/io.h
index ecf4336342467..68e04c0bb3f74 100644
--- a/include/asm-arm/arch-ebsa110/io.h
+++ b/include/asm-arm/arch-ebsa110/io.h
@@ -13,8 +13,6 @@
#ifndef __ASM_ARM_ARCH_IO_H
#define __ASM_ARM_ARCH_IO_H
-#include <asm/hardware.h>
-
#define IO_SPACE_LIMIT 0xffff
u8 __inb8(unsigned int port);