diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-11-28 19:13:44 +0300 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-11-29 02:09:44 +0300 |
commit | 0114cb40d05c6cbde31bbb623e5e2d4252ecde02 (patch) | |
tree | 99d314a5d1b5f98e4a1c805a083192c1f59f9f22 /arch/arm/mach-iop33x/include/mach/memory.h | |
parent | 47190a3350032ecbb6e17b18e22a1dca2265013a (diff) | |
download | linux-0114cb40d05c6cbde31bbb623e5e2d4252ecde02.tar.xz |
[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-iop33x/include/mach/memory.h')
-rw-r--r-- | arch/arm/mach-iop33x/include/mach/memory.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-iop33x/include/mach/memory.h b/arch/arm/mach-iop33x/include/mach/memory.h index c46c6ba30186..a30a96aa6d2d 100644 --- a/arch/arm/mach-iop33x/include/mach/memory.h +++ b/arch/arm/mach-iop33x/include/mach/memory.h @@ -5,8 +5,6 @@ #ifndef __MEMORY_H #define __MEMORY_H -#include <mach/hardware.h> - /* * Physical DRAM offset. */ |