Skip to content

Commit 2cfa946

Browse files
Konrad Dybciobebarino
authored andcommitted
clk: qcom: gcc-sm6350: Remove unused variable
In the commit "clk: qcom: Add SM6350 GCC driver" (no hash yet) an unused variable has been overlooked. Remove it. Signed-off-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reported-by: kernel test robot <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
1 parent 47505bf commit 2cfa946

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drivers/clk/qcom/gcc-sm6350.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,6 @@ static const struct parent_map gcc_parent_map_2[] = {
176176
{ P_GPLL0_OUT_ODD, 2 },
177177
};
178178

179-
static const struct clk_parent_data gcc_parent_data_2[] = {
180-
{ .fw_name = "bi_tcxo" },
181-
{ .hw = &gpll0_out_odd.clkr.hw },
182-
};
183179
static const struct clk_parent_data gcc_parent_data_2_ao[] = {
184180
{ .fw_name = "bi_tcxo_ao" },
185181
{ .hw = &gpll0_out_odd.clkr.hw },

0 commit comments

Comments
 (0)