diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-11-28 16:13:44 (GMT) |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-11-28 16:39:04 (GMT) |
commit | fa44c9e21f93f90800a56bacc74baa884e155b16 (patch) | |
tree | 7110e22260c2a1a66bb1c0c57d52ddd98f7b4218 /arch/arm/mach-lh7a40x | |
parent | 275c8a21db9ba7b63366dc253ddbe15e3a1b6e20 (diff) | |
download | linux-fa44c9e21f93f90800a56bacc74baa884e155b16.tar.xz |
[ARM] lh7a40x: 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-lh7a40x')
-rw-r--r-- | arch/arm/mach-lh7a40x/include/mach/io.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-lh7a40x/include/mach/io.h b/arch/arm/mach-lh7a40x/include/mach/io.h index 031d26f..e41422d 100644 --- a/arch/arm/mach-lh7a40x/include/mach/io.h +++ b/arch/arm/mach-lh7a40x/include/mach/io.h @@ -11,8 +11,6 @@ #ifndef __ASM_ARCH_IO_H #define __ASM_ARCH_IO_H -#include <mach/hardware.h> - #define IO_SPACE_LIMIT 0xffffffff /* No ISA or PCI bus on this machine. */ |