File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2593,7 +2593,7 @@ void clk_hw_reparent(struct clk_hw *hw, struct clk_hw *new_parent)
25932593 *
25942594 * Returns true if @parent is a possible parent for @clk, false otherwise.
25952595 */
2596- bool clk_has_parent (struct clk * clk , struct clk * parent )
2596+ bool clk_has_parent (const struct clk * clk , const struct clk * parent )
25972597{
25982598 /* NULL clocks should be nops, so return success if either is NULL. */
25992599 if (!clk || !parent )
Original file line number Diff line number Diff line change @@ -799,7 +799,7 @@ int clk_set_rate_exclusive(struct clk *clk, unsigned long rate);
799799 *
800800 * Returns true if @parent is a possible parent for @clk, false otherwise.
801801 */
802- bool clk_has_parent (struct clk * clk , struct clk * parent );
802+ bool clk_has_parent (const struct clk * clk , const struct clk * parent );
803803
804804/**
805805 * clk_set_rate_range - set a rate range for a clock source
You can’t perform that action at this time.
0 commit comments