diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2013-07-24 22:54:30 +0200 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2013-08-06 20:18:02 +0200 |
commit | c602520ff8da605becd62c25e271210b336d8eca (patch) | |
tree | 8436b7abf3166a03412c2c8a10c9afd6c054ccbb /arch/arm/mach-msm/board-dt-8960.c | |
parent | ARM: msm: Remove TMR and TMR0 static mappings (diff) | |
download | linux-c602520ff8da605becd62c25e271210b336d8eca.tar.xz linux-c602520ff8da605becd62c25e271210b336d8eca.zip |
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.c | 1 |
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 f930eaf8f54c..d4ca52c45111 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 |