Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Russell King and committed by
Russell King
766529fa 7fca0aa4

+2 -2
+1
arch/arm/mach-ebsa110/io.c
··· 24 24 #include <linux/kernel.h> 25 25 #include <linux/types.h> 26 26 27 + #include <asm/hardware.h> 27 28 #include <asm/io.h> 28 29 #include <asm/page.h> 29 30
+1
drivers/net/arm/am79c961a.c
··· 29 29 30 30 #include <asm/system.h> 31 31 #include <asm/irq.h> 32 + #include <asm/hardware.h> 32 33 #include <asm/io.h> 33 34 34 35 #define TX_BUFFERS 15
-2
include/asm-arm/arch-ebsa110/io.h
··· 13 13 #ifndef __ASM_ARM_ARCH_IO_H 14 14 #define __ASM_ARM_ARCH_IO_H 15 15 16 - #include <asm/hardware.h> 17 - 18 16 #define IO_SPACE_LIMIT 0xffff 19 17 20 18 u8 __inb8(unsigned int port);