Re: [PATCH -next] clk: socfpga: agilex: Remove unused variable 'cntr_mux'

2020-09-22 Thread Stephen Boyd
Quoting YueHaibing (2020-09-14 19:09:50) > drivers/clk/socfpga/clk-agilex.c:24:37: warning: ‘cntr_mux’ defined but not > used [-Wunused-const-variable=] > static const struct clk_parent_data cntr_mux[] = { > ^~~~ > > There is no caller in tree, so can rem

[PATCH -next] clk: socfpga: agilex: Remove unused variable 'cntr_mux'

2020-09-14 Thread YueHaibing
drivers/clk/socfpga/clk-agilex.c:24:37: warning: ‘cntr_mux’ defined but not used [-Wunused-const-variable=] static const struct clk_parent_data cntr_mux[] = { ^~~~ There is no caller in tree, so can remove it. Signed-off-by: YueHaibing --- drivers/clk/