diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-11-28 16:13:44 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-11-28 16:20:29 +0000 |
commit | 459fd555f4981fa90605d69748920973c9ff727d (patch) | |
tree | ecb0048cf68b4e8383700a9b7bcc6a8494aeafba /arch/arm/mach-h720x | |
parent | 1e14937eedd9008ff3be30bb7d12b4fe2a02cb90 (diff) |
[ARM] h720x: avoid polluting the kernel's namespace
Avoid unnecessarily pollution of the kernel's namespace by avoiding
mach/hardware.h in mach/io.h. Include this header file where necessary.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-h720x')
-rw-r--r-- | arch/arm/mach-h720x/include/mach/io.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-h720x/include/mach/io.h b/arch/arm/mach-h720x/include/mach/io.h index 1dab74ce88c6..f678e4f57e5f 100644 --- a/arch/arm/mach-h720x/include/mach/io.h +++ b/arch/arm/mach-h720x/include/mach/io.h @@ -14,8 +14,6 @@ #ifndef __ASM_ARM_ARCH_IO_H #define __ASM_ARM_ARCH_IO_H -#include <mach/hardware.h> - #define IO_SPACE_LIMIT 0xffffffff #define __io(a) ((void __iomem *)(a)) |