aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-h720x
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2008-11-28 16:13:44 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-11-28 16:20:29 +0000
commit459fd555f4981fa90605d69748920973c9ff727d (patch)
treeecb0048cf68b4e8383700a9b7bcc6a8494aeafba /arch/arm/mach-h720x
parent1e14937eedd9008ff3be30bb7d12b4fe2a02cb90 (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.h2
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 1dab74ce88c..f678e4f57e5 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))