Merge branch 'clk-ti' into clk-next
[sfrench/cifs-2.6.git] / drivers / clk / clk-gate.c
index 0c0bb83f714e9e314d356acd6243592d26fd1c04..1b99fc96274517b61fb0fca61978551e50e837dc 100644 (file)
@@ -158,7 +158,7 @@ struct clk_hw *clk_hw_register_gate(struct device *dev, const char *name,
 
        init.name = name;
        init.ops = &clk_gate_ops;
-       init.flags = flags | CLK_IS_BASIC;
+       init.flags = flags;
        init.parent_names = parent_name ? &parent_name : NULL;
        init.num_parents = parent_name ? 1 : 0;