Commit 2aae0a93 authored by Linus Torvalds's avatar Linus Torvalds
Browse files
Pull clk fix from Stephen Boyd:
 "One patch to fix an unused variable warning in a Qualcomm clk driver"

* tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux:
  clk: qcom: gcc-sm6350: Remove unused variable
parents 107ccc45 2cfa946b
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -176,10 +176,6 @@ static const struct parent_map gcc_parent_map_2[] = {
	{ P_GPLL0_OUT_ODD, 2 },
};

static const struct clk_parent_data gcc_parent_data_2[] = {
	{ .fw_name = "bi_tcxo" },
	{ .hw = &gpll0_out_odd.clkr.hw },
};
static const struct clk_parent_data gcc_parent_data_2_ao[] = {
	{ .fw_name = "bi_tcxo_ao" },
	{ .hw = &gpll0_out_odd.clkr.hw },