]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mach-omap1/clock.c
[ARM] omap: provide a NULL clock operations structure
[linux-2.6-omap-h63xx.git] / arch / arm / mach-omap1 / clock.c
index 25ef04da6b0618e3bc7ba2424d46d7d8973eb572..ff408105ffb24f4f534a7ce2037e10b1e7eaef81 100644 (file)
@@ -515,9 +515,6 @@ static int omap1_clk_enable_generic(struct clk *clk)
        __u16 regval16;
        __u32 regval32;
 
-       if (clk->flags & ALWAYS_ENABLED)
-               return 0;
-
        if (unlikely(clk->enable_reg == NULL)) {
                printk(KERN_ERR "clock.c: Enable for %s without enable code\n",
                       clk->name);