Re: [PATCH] clk: qcom: gcc-msm8939: remove defined but not used variables

2020-09-22 Thread Stephen Boyd
Quoting Jason Yan (2020-09-10 18:37:22) > This addresses the following gcc warning with "make W=1": > > drivers/clk/qcom/gcc-msm8939.c:610:32: warning: > ‘gcc_xo_gpll6_gpll0a_map’ defined but not used > [-Wunused-const-variable=] > static const struct parent_map gcc_xo_gpll6_gpll0a_map[] = { >

Re: [PATCH] clk: qcom: gcc-msm8939: remove defined but not used variables

2020-09-12 Thread Bjorn Andersson
On Thu 10 Sep 20:37 CDT 2020, Jason Yan wrote: > This addresses the following gcc warning with "make W=1": > > drivers/clk/qcom/gcc-msm8939.c:610:32: warning: > ‘gcc_xo_gpll6_gpll0a_map’ defined but not used > [-Wunused-const-variable=] > static const struct parent_map gcc_xo_gpll6_gpll0a_map[]

[PATCH] clk: qcom: gcc-msm8939: remove defined but not used variables

2020-09-10 Thread Jason Yan
This addresses the following gcc warning with "make W=1": drivers/clk/qcom/gcc-msm8939.c:610:32: warning: ‘gcc_xo_gpll6_gpll0a_map’ defined but not used [-Wunused-const-variable=] static const struct parent_map gcc_xo_gpll6_gpll0a_map[] = { ^~~