Re: [PATCH] clk: Remove unused variable

From: Stephen Boyd
Date: Thu Jun 06 2019 - 13:59:27 EST


Quoting Philippe Mazenauer (2019-05-21 05:16:14)
> Variable 'ddrphycfg_parents' is defined static and initialized, but not
> used in the file.
>
> ../drivers/clk/mediatek/clk-mt8516.c:234:27: warning: âddrphycfg_parentsâ defined but not used [-Wunused-const-variable=]
> static const char * const ddrphycfg_parents[] __initconst = {
> ^~~~~~~~~~~~~~~~~
>
> Signed-off-by: Philippe Mazenauer <philippe.mazenauer@xxxxxxxxxx>
> ---

Applied to clk-next