]> git.hungrycats.org Git - linux/commit
clk: Export clk_hw_forward_rate_request()
authorMaxime Ripard <maxime@cerno.tech>
Fri, 5 May 2023 11:25:03 +0000 (13:25 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 11 Jul 2023 17:39:40 +0000 (19:39 +0200)
commit862898eb72d99559aaa961f6ba39116284c7e790
treee92b8cf67b54725785cc02f2d248ff8dc3f17960
parent35aa3ca59c1c1557a1531c881bfd6b8b35ba36b1
clk: Export clk_hw_forward_rate_request()

[ Upstream commit ed046ac74da0b5602566073023a1519b5ae657b7 ]

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 <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20221018-clk-range-checks-fixes-v4-1-971d5077e7d2@cerno.tech
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/clk/clk.c