diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2012-09-05 12:28:55 -0700 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2012-09-13 11:15:06 -0700 |
commit | 5b67bfbae6612c4caa28fa52ced7cf1c122a185e (patch) | |
tree | 9c92492b02e352e0df9c3f1ce5b14383d9a4b946 /arch/arm/mach-msm/common.h | |
parent | 8407116075eca1d8d22a466759c3d38678b9dd12 (diff) | |
download | op-kernel-dev-5b67bfbae6612c4caa28fa52ced7cf1c122a185e.zip op-kernel-dev-5b67bfbae6612c4caa28fa52ced7cf1c122a185e.tar.gz |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/common.h b/arch/arm/mach-msm/common.h index 7d57fb0..a20e78e 100644 --- a/arch/arm/mach-msm/common.h +++ b/arch/arm/mach-msm/common.h @@ -14,7 +14,6 @@ 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; |