clk: atlas7: Make reset_control_ops const
[deliverable/linux.git] / drivers / clk / clk-max77686.c
index 446c2fe76dc28635b28b0fb116aaf5cd7e79e30e..9b6f2772e948ffca489046265a6d2729fddfb85e 100644 (file)
@@ -38,17 +38,14 @@ static struct clk_init_data max77686_clks_init[MAX77686_CLKS_NUM] = {
        [MAX77686_CLK_AP] = {
                .name = "32khz_ap",
                .ops = &max_gen_clk_ops,
-               .flags = CLK_IS_ROOT,
        },
        [MAX77686_CLK_CP] = {
                .name = "32khz_cp",
                .ops = &max_gen_clk_ops,
-               .flags = CLK_IS_ROOT,
        },
        [MAX77686_CLK_PMIC] = {
                .name = "32khz_pmic",
                .ops = &max_gen_clk_ops,
-               .flags = CLK_IS_ROOT,
        },
 };
 
This page took 0.025803 seconds and 5 git commands to generate.