net/mlx5: Fix rt's type in dr_action_create_reformat_action
[linux-2.6-microblaze.git] / drivers / clk / clk-composite.c
index 4660421..b06038b 100644 (file)
@@ -218,7 +218,7 @@ struct clk_hw *clk_hw_register_composite(struct device *dev, const char *name,
                return ERR_PTR(-ENOMEM);
 
        init.name = name;
-       init.flags = flags | CLK_IS_BASIC;
+       init.flags = flags;
        init.parent_names = parent_names;
        init.num_parents = num_parents;
        hw = &composite->hw;