summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pnx4008/pm.c
diff options
context:
space:
mode:
authorRussell King2009-11-21 12:43:33 +0100
committerRussell King2010-02-12 18:32:39 +0100
commit2781681ea6629ac0a685f5afe2011f916ab3c8ba (patch)
treee2fdbb0126d2983ca9d6e4da8758b6fbe2089519 /arch/arm/mach-pnx4008/pm.c
parentARM: PNX4008: get i2c clock rate from clk API (diff)
downloadkernel-qcow2-linux-2781681ea6629ac0a685f5afe2011f916ab3c8ba.tar.gz
kernel-qcow2-linux-2781681ea6629ac0a685f5afe2011f916ab3c8ba.tar.xz
kernel-qcow2-linux-2781681ea6629ac0a685f5afe2011f916ab3c8ba.zip
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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-pnx4008/pm.c b/arch/arm/mach-pnx4008/pm.c
index b3d8d53e32ef..1f0585329be4 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>