Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 73f22baf authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: clk-rcg2: Declare the rcg struct in clk_gfx3d_src_determine_rate"

parents b1dbfd04 2fc00719
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -870,6 +870,7 @@ EXPORT_SYMBOL_GPL(clk_gfx3d_ops);
static int clk_gfx3d_src_determine_rate(struct clk_hw *hw,
				    struct clk_rate_request *req)
{
	struct clk_rcg2 *rcg = to_clk_rcg2(hw);
	struct clk_rate_request parent_req = { };
	struct clk_hw *p1, *p3, *xo, *curr_p;
	const struct freq_tbl *f;