diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-11-21 11:43:33 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-02-12 17:32:39 +0000 |
commit | 2781681ea6629ac0a685f5afe2011f916ab3c8ba (patch) | |
tree | e2fdbb0126d2983ca9d6e4da8758b6fbe2089519 /arch/arm/mach-pnx4008/pm.c | |
parent | 6fff3da998ac3cc9ed8a84bf4f19911bd63c8c32 (diff) | |
download | op-kernel-dev-2781681ea6629ac0a685f5afe2011f916ab3c8ba.zip op-kernel-dev-2781681ea6629ac0a685f5afe2011f916ab3c8ba.tar.gz |
ARM: PNX4008: remove platform definitions from mach/timex.h
mach/timex.h is only supposed to contain a definition for
CLOCK_TICK_RATE. Remove additional includes, and move private
definitions to a private header file.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pnx4008/pm.c')
-rw-r--r-- | arch/arm/mach-pnx4008/pm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-pnx4008/pm.c b/arch/arm/mach-pnx4008/pm.c index b3d8d53..1f05853 100644 --- a/arch/arm/mach-pnx4008/pm.c +++ b/arch/arm/mach-pnx4008/pm.c @@ -21,6 +21,8 @@ #include <linux/io.h> #include <asm/cacheflush.h> + +#include <mach/hardware.h> #include <mach/pm.h> #include <mach/clock.h> |