diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-11-28 17:04:54 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-11-28 17:04:54 +0100 |
commit | 05678a96de2e97fdfd4b817478840ad6a02ea1d8 (patch) | |
tree | 2e8aa14e2992a29e69b820f5c2542d91d9975166 /arch/arm/mach-pxa/include/mach | |
parent | [ARM] rpc: remove obsolete IO accessors (diff) | |
download | linux-05678a96de2e97fdfd4b817478840ad6a02ea1d8.tar.xz linux-05678a96de2e97fdfd4b817478840ad6a02ea1d8.zip |
[ARM] pxa: avoid polluting the kernel's namespace
Avoid unnecessarily pollution of the kernel's namespace by avoiding
mach/hardware.h. Include this header file where necessary.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pxa/include/mach')
-rw-r--r-- | arch/arm/mach-pxa/include/mach/io.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/include/mach/io.h b/arch/arm/mach-pxa/include/mach/io.h index 600fd4f76603..38cb2123e9b2 100644 --- a/arch/arm/mach-pxa/include/mach/io.h +++ b/arch/arm/mach-pxa/include/mach/io.h @@ -6,8 +6,6 @@ #ifndef __ASM_ARM_ARCH_IO_H #define __ASM_ARM_ARCH_IO_H -#include <mach/hardware.h> - #define IO_SPACE_LIMIT 0xffffffff /* |