diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2012-09-05 23:28:59 +0400 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2012-09-13 22:17:01 +0400 |
commit | 0607fa5884f1759b396a0e1c07be561515daddc8 (patch) | |
tree | ecbae1244d4e4651ea28c3d1ff0d8ca5cf9ac6fc /arch/arm/mach-msm/common.h | |
parent | c446407c09ce0b339a84931f3d45f3dabb9f0b17 (diff) | |
download | linux-0607fa5884f1759b396a0e1c07be561515daddc8.tar.xz |
ARM: msm: Remove non-DT targets from 8960
Remove the non-DT targets supported by 8960. This makes 8960 a
device tree only target.
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 9975575a81b9..d68e5d7854f5 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 msm8960_timer; extern struct sys_timer msm_dt_timer; extern struct sys_timer qsd8x50_timer; |