ARM: tegra: clock: Minor cleanups
[pandora-kernel.git] / arch / arm / mach-tegra / tegra2_clocks.c
index 1e414ba..f6f685c 100644 (file)
@@ -1218,9 +1218,7 @@ static void tegra_clk_shared_bus_init(struct clk *c)
        c->max_rate = c->parent->max_rate;
        c->u.shared_bus_user.rate = c->parent->max_rate;
        c->state = OFF;
-#ifdef CONFIG_DEBUG_FS
        c->set = true;
-#endif
 
        spin_lock_irqsave(&c->parent->spinlock, flags);