Loading drivers/clk/clk.c +2 −2 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ static HLIST_HEAD(clk_root_list); static HLIST_HEAD(clk_orphan_list); static LIST_HEAD(clk_notifier_list); static struct hlist_head *all_lists[] = { static const struct hlist_head *all_lists[] = { &clk_root_list, &clk_orphan_list, NULL, Loading Loading @@ -4095,7 +4095,7 @@ static void clk_core_evict_parent_cache_subtree(struct clk_core *root, /* Remove this clk from all parent caches */ static void clk_core_evict_parent_cache(struct clk_core *core) { struct hlist_head **lists; const struct hlist_head **lists; struct clk_core *root; lockdep_assert_held(&prepare_lock); Loading Loading
drivers/clk/clk.c +2 −2 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ static HLIST_HEAD(clk_root_list); static HLIST_HEAD(clk_orphan_list); static LIST_HEAD(clk_notifier_list); static struct hlist_head *all_lists[] = { static const struct hlist_head *all_lists[] = { &clk_root_list, &clk_orphan_list, NULL, Loading Loading @@ -4095,7 +4095,7 @@ static void clk_core_evict_parent_cache_subtree(struct clk_core *root, /* Remove this clk from all parent caches */ static void clk_core_evict_parent_cache(struct clk_core *core) { struct hlist_head **lists; const struct hlist_head **lists; struct clk_core *root; lockdep_assert_held(&prepare_lock); Loading