]> git.baikalelectronics.ru Git - kernel.git/commit
clk: socfpga: agilex: Remove unused variable 'cntr_mux'
authorYueHaibing <yuehaibing@huawei.com>
Tue, 15 Sep 2020 02:09:50 +0000 (10:09 +0800)
committerStephen Boyd <sboyd@kernel.org>
Tue, 22 Sep 2020 19:46:12 +0000 (12:46 -0700)
commitb96704983ea638598508202004ee3b6486773605
tree5a823e8fb64599d93e470b45b5d88ec3df2baa7d
parent79ba4589a26e89d36293599b9a4bc2197a968b58
clk: socfpga: agilex: Remove unused variable 'cntr_mux'

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 <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20200915020950.4688-1-yuehaibing@huawei.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/socfpga/clk-agilex.c