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 23:09:44 +0000 |
commit | 0114cb40d05c6cbde31bbb623e5e2d4252ecde02 (patch) | |
tree | 99d314a5d1b5f98e4a1c805a083192c1f59f9f22 /arch/arm/mach-iop32x/include/mach/system.h | |
parent | 47190a3350032ecbb6e17b18e22a1dca2265013a (diff) |
[ARM] iop3xx: avoid polluting the kernel's namespace
Avoid unnecessarily pollution of the kernel's namespace by avoiding
mach/hardware.h in mach/io.h, mach/memory.h and mach/timex.h. Include
this header file where necessary.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-iop32x/include/mach/system.h')
-rw-r--r-- | arch/arm/mach-iop32x/include/mach/system.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-iop32x/include/mach/system.h b/arch/arm/mach-iop32x/include/mach/system.h index 20f923e54f4..32d9e5b0a28 100644 --- a/arch/arm/mach-iop32x/include/mach/system.h +++ b/arch/arm/mach-iop32x/include/mach/system.h @@ -7,8 +7,9 @@ * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ - #include <asm/mach-types.h> +#include <asm/hardware/iop3xx.h> +#include <mach/n2100.h> static inline void arch_idle(void) { |