Quoting Pu Lehui (2021-06-08 23:18:48) > Fix gcc '-Wunused-const-variable' warnings: > > drivers/clk/qcom/gcc-mdm9607.c:122:37: warning: 'gcc_xo_gpll0_gpll1' > defined but not used [-Wunused-const-variable=] > drivers/clk/qcom/gcc-mdm9607.c:116:32: warning: 'gcc_xo_gpll0_gpll1_map' > defined but not used [-Wunused-const-variable=] > drivers/clk/qcom/gcc-mdm9607.c:42:37: warning: 'gcc_xo_sleep' defined > but not used [-Wunused-const-variable=] > drivers/clk/qcom/gcc-mdm9607.c:37:32: warning: 'gcc_xo_sleep_map' > defined but not used [-Wunused-const-variable=] > > Let's remove them. > > Signed-off-by: Pu Lehui <pulehui@xxxxxxxxxx> > --- Applied to clk-next