summaryrefslogtreecommitdiff
path: root/arch/arm/mach-msm/common.h
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2012-09-05 12:28:53 -0700
committerDavid Brown <davidb@codeaurora.org>2012-09-13 11:14:46 -0700
commit6e3321631ac2eca99b3289b83ea1f290b1a8bd92 (patch)
tree8a899b8f63562d4479c3cd008ea6c32bd391b7ca /arch/arm/mach-msm/common.h
parent4312a7ef9cd744849e16ef4bdeb7ca6beec9ec76 (diff)
ARM: msm: Add DT support to msm_timer
Add support to setup the MSM timer via information obtained from the devicetree. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> [davidb@codeaurora.org: Remove leading zeros] Signed-off-by: David Brown <davidb@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/common.h')
-rw-r--r--arch/arm/mach-msm/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/common.h b/arch/arm/mach-msm/common.h
index 4c2dd16e659b..7d57fb076193 100644
--- a/arch/arm/mach-msm/common.h
+++ b/arch/arm/mach-msm/common.h
@@ -16,6 +16,7 @@ extern struct sys_timer msm7x01_timer;
extern struct sys_timer msm7x30_timer;
extern struct sys_timer msm8x60_timer;
extern struct sys_timer msm8960_timer;
+extern struct sys_timer msm_dt_timer;
extern struct sys_timer qsd8x50_timer;
#endif