[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 ef7eb5d..c648bfb 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 c56d86d..3d50e95 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 ecf4336..68e04c0 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);