clk: Mark clk_core_evict_parent_cache_subtree() 'target' const

Clarify that the 'target' clk isn't being modified, instead it's being
searched for. Mark it const so the function can't modify it.

Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Link: https://lore.kernel.org/r/20220217220554.2711696-3-sboyd@kernel.org

+1 -1
+1 -1
drivers/clk/clk.c
··· 4079 4079 }; 4080 4080 4081 4081 static void clk_core_evict_parent_cache_subtree(struct clk_core *root, 4082 - struct clk_core *target) 4082 + const struct clk_core *target) 4083 4083 { 4084 4084 int i; 4085 4085 struct clk_core *child;