]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
[ARM] 2/4: Remove asm/hardware.h from asm-arm/arch-ebsa110/io.h
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Fri, 28 Oct 2005 09:29:21 +0000 (10:29 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 28 Oct 2005 09:29:21 +0000 (10:29 +0100)
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>
arch/arm/mach-ebsa110/io.c
drivers/net/arm/am79c961a.c
include/asm-arm/arch-ebsa110/io.h

index ef7eb5dc91bd9560a80251fa33ddc338b46e8710..c648bfb676a100fbcf67d4791884305af3f6d716 100644 (file)
@@ -24,6 +24,7 @@
 #include <linux/kernel.h>
 #include <linux/types.h>
 
+#include <asm/hardware.h>
 #include <asm/io.h>
 #include <asm/page.h>
 
index c56d86d371a9c6d15eac175a7770c80f96d26b60..3d50e953faaabafd06bea37698e38924b7cb1978 100644 (file)
@@ -29,6 +29,7 @@
 
 #include <asm/system.h>
 #include <asm/irq.h>
+#include <asm/hardware.h>
 #include <asm/io.h>
 
 #define TX_BUFFERS 15
index ecf43363424673cc373b8d874674e8307917bce7..68e04c0bb3f74db0ff1baf18bcc49ef1044b9b81 100644 (file)
@@ -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);