From: Maxime Ripard Date: Fri, 5 May 2023 11:25:03 +0000 (+0200) Subject: clk: Export clk_hw_forward_rate_request() X-Git-Tag: v6.6.7~2431^2~4^3~70 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ed046ac74da0b5602566073023a1519b5ae657b7;p=platform%2Fkernel%2Flinux-starfive.git clk: Export clk_hw_forward_rate_request() Commit 262ca38f4b6e ("clk: Stop forwarding clk_rate_requests to the parent") introduced the public clk_hw_forward_rate_request() function, but didn't export the symbol. Make sure it's the case. Fixes: 262ca38f4b6e ("clk: Stop forwarding clk_rate_requests to the parent") Signed-off-by: Maxime Ripard Link: https://lore.kernel.org/r/20221018-clk-range-checks-fixes-v4-1-971d5077e7d2@cerno.tech Signed-off-by: Stephen Boyd --- diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c index 27c30a5..e495dd7 100644 --- a/drivers/clk/clk.c +++ b/drivers/clk/clk.c @@ -1549,6 +1549,7 @@ void clk_hw_forward_rate_request(const struct clk_hw *hw, parent->core, req, parent_rate); } +EXPORT_SYMBOL_GPL(clk_hw_forward_rate_request); static bool clk_core_can_round(struct clk_core * const core) {