Re: [PATCH -next] clk: npcm7xx: remove unused code

From: Stephen Boyd
Date: Fri Aug 16 2019 - 13:33:48 EST


Quoting YueHaibing (2019-08-16 07:11:32)
> drivers/clk/clk-npcm7xx.c:365:48: warning:
> npcm7xx_divs_fx defined but not used [-Wunused-const-variable=]
> drivers/clk/clk-npcm7xx.c:438:43: warning:
> npcm7xx_gates defined but not used [-Wunused-const-variable=]
>
> The two variables are never used, so remove them,
> also remove related type declarations.
>
> Reported-by: Hulk Robot <hulkci@xxxxxxxxxx>
> Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx>
> ---

Maybe we should register the gates?