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/timex.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/timex.h')
-rw-r--r-- | arch/arm/mach-iop32x/include/mach/timex.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-iop32x/include/mach/timex.h b/arch/arm/mach-iop32x/include/mach/timex.h index a541afced3c..7262ab81419 100644 --- a/arch/arm/mach-iop32x/include/mach/timex.h +++ b/arch/arm/mach-iop32x/include/mach/timex.h @@ -3,7 +3,4 @@ * * IOP32x architecture timex specifications */ - -#include <mach/hardware.h> - #define CLOCK_TICK_RATE (100 * HZ) |