diff options
Diffstat (limited to 'arch/arm/mach-omap1/clock.c')
-rw-r--r-- | arch/arm/mach-omap1/clock.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/mach-omap1/clock.c b/arch/arm/mach-omap1/clock.c index e006493fe6e3..26a887ccda7b 100644 --- a/arch/arm/mach-omap1/clock.c +++ b/arch/arm/mach-omap1/clock.c | |||
@@ -718,17 +718,6 @@ static void __init omap1_clk_disable_unused(struct clk *clk) | |||
718 | if ((regval32 & (1 << clk->enable_bit)) == 0) | 718 | if ((regval32 & (1 << clk->enable_bit)) == 0) |
719 | return; | 719 | return; |
720 | 720 | ||
721 | /* FIXME: This clock seems to be necessary but no-one | ||
722 | * has asked for its activation. */ | ||
723 | if (clk == &tc2_ck /* FIX: pm.c (SRAM), CCP, Camera */ | ||
724 | || clk == &ck_dpll1out.clk /* FIX: SoSSI, SSR */ | ||
725 | || clk == &arm_gpio_ck /* FIX: GPIO code for 1510 */ | ||
726 | ) { | ||
727 | printk(KERN_INFO "FIXME: Clock \"%s\" seems unused\n", | ||
728 | clk->name); | ||
729 | return; | ||
730 | } | ||
731 | |||
732 | printk(KERN_INFO "Disabling unused clock \"%s\"... ", clk->name); | 721 | printk(KERN_INFO "Disabling unused clock \"%s\"... ", clk->name); |
733 | clk->ops->disable(clk); | 722 | clk->ops->disable(clk); |
734 | printk(" done\n"); | 723 | printk(" done\n"); |