Quoting Wei Yongjun (2020-07-14 07:21:55) > The sparse tool complains as follows: > > drivers/clk/qcom/clk-cpu-8996.c:341:19: warning: > symbol 'cpu_msm8996_clks' was not declared. Should it be static? > > This variable is not used outside of clk-cpu-8996.c, so this commit > marks it static. > > Fixes: 03e342dc45c9 ("clk: qcom: Add CPU clock driver for msm8996") > Reported-by: Hulk Robot <hulkci@xxxxxxxxxx> > Signed-off-by: Wei Yongjun <weiyongjun1@xxxxxxxxxx> > --- Applied to clk-next