aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/common.h
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2012-09-05 15:28:55 -0400
committerDavid Brown <davidb@codeaurora.org>2012-09-13 14:15:06 -0400
commit5b67bfbae6612c4caa28fa52ced7cf1c122a185e (patch)
tree9c92492b02e352e0df9c3f1ce5b14383d9a4b946 /arch/arm/mach-msm/common.h
parent8407116075eca1d8d22a466759c3d38678b9dd12 (diff)
ARM: msm: Make 8660 a DT only target
We don't plan to support anything besides devicetree on these targets so remove all other machine support. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> 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, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/common.h b/arch/arm/mach-msm/common.h
index 7d57fb076193..a20e78e58b0d 100644
--- a/arch/arm/mach-msm/common.h
+++ b/arch/arm/mach-msm/common.h
@@ -14,7 +14,6 @@
14 14
15extern struct sys_timer msm7x01_timer; 15extern struct sys_timer msm7x01_timer;
16extern struct sys_timer msm7x30_timer; 16extern struct sys_timer msm7x30_timer;
17extern struct sys_timer msm8x60_timer;
18extern struct sys_timer msm8960_timer; 17extern struct sys_timer msm8960_timer;
19extern struct sys_timer msm_dt_timer; 18extern struct sys_timer msm_dt_timer;
20extern struct sys_timer qsd8x50_timer; 19extern struct sys_timer qsd8x50_timer;