summaryrefslogtreecommitdiff
path: root/arch/arm/mach-msm/board-dt-8960.c
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2013-07-24 20:54:30 (GMT)
committerDavid Brown <davidb@codeaurora.org>2013-08-06 18:18:02 (GMT)
commitc602520ff8da605becd62c25e271210b336d8eca (patch)
tree8436b7abf3166a03412c2c8a10c9afd6c054ccbb /arch/arm/mach-msm/board-dt-8960.c
parent34606f38713169a88a8be6c75ccf93d59841c349 (diff)
downloadlinux-fsl-qoriq-c602520ff8da605becd62c25e271210b336d8eca.tar.xz
ARM: msm: Migrate msm_timer to CLOCKSOURCE_OF_DECLARE
This allows us to remove the init_time callback in the DT machine descriptors, shrinking the code. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: David Brown <davidb@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/board-dt-8960.c')
-rw-r--r--arch/arm/mach-msm/board-dt-8960.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/board-dt-8960.c b/arch/arm/mach-msm/board-dt-8960.c
index f930eaf..d4ca52c 100644
--- a/arch/arm/mach-msm/board-dt-8960.c
+++ b/arch/arm/mach-msm/board-dt-8960.c
@@ -30,7 +30,6 @@ static const char * const msm8960_dt_match[] __initconst = {
DT_MACHINE_START(MSM8960_DT, "Qualcomm MSM (Flattened Device Tree)")
.smp = smp_ops(msm_smp_ops),
- .init_time = msm_dt_timer_init,
.init_machine = msm_dt_init,
.dt_compat = msm8960_dt_match,
MACHINE_END