Skip to content

Commit b8cb1ef

Browse files
YueHaibingbebarino
authored andcommitted
clk: ast2600: remove unused variable 'eclk_parent_names'
drivers/clk/clk-ast2600.c:119:27: warning: eclk_parent_names defined but not used [-Wunused-const-variable=] It is never used, so can be removed. Signed-off-by: YueHaibing <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent 54ecb8f commit b8cb1ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/clk/clk-ast2600.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ static const struct aspeed_gate_data aspeed_g6_gates[] = {
116116
[ASPEED_CLK_GATE_FSICLK] = { 62, 59, "fsiclk-gate", NULL, 0 }, /* FSI */
117117
};
118118

119-
static const char * const eclk_parent_names[] = { "mpll", "hpll", "dpll" };
120-
121119
static const struct clk_div_table ast2600_eclk_div_table[] = {
122120
{ 0x0, 2 },
123121
{ 0x1, 2 },

0 commit comments

Comments
 (0)