diff options
author | Russell King | 2005-10-28 11:20:25 +0200 |
---|---|---|
committer | Russell King | 2005-10-28 11:20:25 +0200 |
commit | 7fca0aa489c82bef85514b5447f6a0be81543115 (patch) | |
tree | 7f781dd06d93d629e49de0f9484b3a4e7b7707c0 /include/asm-arm/arch-cl7500 | |
parent | Linux v2.6.14 (diff) | |
download | kernel-qcow2-linux-7fca0aa489c82bef85514b5447f6a0be81543115.tar.gz kernel-qcow2-linux-7fca0aa489c82bef85514b5447f6a0be81543115.tar.xz kernel-qcow2-linux-7fca0aa489c82bef85514b5447f6a0be81543115.zip |
[ARM] 1/4: Move include of asm/hardware.h to asm-arm/arch-*/io.h
Including asm/hardware.h into asm/io.h can cause #define clashes
between platform specific definitions and driver local definitions.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-cl7500')
-rw-r--r-- | include/asm-arm/arch-cl7500/io.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/arch-cl7500/io.h b/include/asm-arm/arch-cl7500/io.h index f0113bc75630..89a33287f4fe 100644 --- a/include/asm-arm/arch-cl7500/io.h +++ b/include/asm-arm/arch-cl7500/io.h @@ -10,6 +10,8 @@ #ifndef __ASM_ARM_ARCH_IO_H #define __ASM_ARM_ARCH_IO_H +#include <asm/hardware.h> + #define IO_SPACE_LIMIT 0xffffffff /* |