aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/clock44xx_data.c
diff options
context:
space:
mode:
authorAbhijit Pagare <abhijitpagare@ti.com>2010-01-26 22:12:58 -0500
committerPaul Walmsley <paul@pwsan.com>2010-01-26 22:12:58 -0500
commitbf9854010692d7fbb4c21817c66270b40db55a3b (patch)
treeef9bcba34de9ecfc9b5797139922aabe2cb9b65c /arch/arm/mach-omap2/clock44xx_data.c
parent0dfc242ff05fcc4bbef1e1bf4eed6f7d01e0cb44 (diff)
ARM: OMAP4 clock framework: Remove the checks preventing OMAP4 clockdomain validation
The clockdomain related code being in place, it is not necessary to have some part of the clock code commented out. This would help the validation of the clockdomain functions using the clock level interfaces. Signed-off-by: Abhijit Pagare <abhijitpagare@ti.com> Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2/clock44xx_data.c')
-rw-r--r--arch/arm/mach-omap2/clock44xx_data.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/clock44xx_data.c b/arch/arm/mach-omap2/clock44xx_data.c
index 9d882bcb56e3..ae9649f2973d 100644
--- a/arch/arm/mach-omap2/clock44xx_data.c
+++ b/arch/arm/mach-omap2/clock44xx_data.c
@@ -2749,9 +2749,7 @@ int __init omap2_clk_init(void)
2749 if (c->cpu & cpu_clkflg) { 2749 if (c->cpu & cpu_clkflg) {
2750 clkdev_add(&c->lk); 2750 clkdev_add(&c->lk);
2751 clk_register(c->lk.clk); 2751 clk_register(c->lk.clk);
2752 /* TODO
2753 omap2_init_clk_clkdm(c->lk.clk); 2752 omap2_init_clk_clkdm(c->lk.clk);
2754 */
2755 } 2753 }
2756 2754
2757 recalculate_root_clocks(); 2755 recalculate_root_clocks();