summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2013-08-19 21:35:31 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-08-30 19:34:35 -0700
commitddb49eadadb47df43a5cec0bc3a39cd5ee718121 (patch)
treec20462f5a8683c02db64a24e7ff20f4ca7a8b76d /arch/arm/mach-omap2
parent5c26a8baf534001b612f9f39f1fa5075e36b6aa9 (diff)
Revert "ARM: smp_twd: convert to use CLKSRC_OF init"
This reverts commit da4a686a2cfb077a8bfc1697f597e7f86235b822. Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r--arch/arm/mach-omap2/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/timer.c b/arch/arm/mach-omap2/timer.c
index f8b23b8040d9..427980efa1b1 100644
--- a/arch/arm/mach-omap2/timer.c
+++ b/arch/arm/mach-omap2/timer.c
@@ -610,7 +610,7 @@ void __init omap4_local_timer_init(void)
int err;
if (of_have_populated_dt()) {
- clocksource_of_init();
+ twd_local_timer_of_register();
return;
}