Re: [PATCH] clk: imx: set imx_clk_gpr_mux_ops storage-class-specifier to static

From: Stephen Boyd
Date: Fri Feb 10 2023 - 16:58:39 EST


Quoting Tom Rix (2023-02-04 19:01:38)
> smatch reports
> drivers/clk/imx/clk-gpr-mux.c:73:22: warning: symbol 'imx_clk_gpr_mux_ops' was not declared. Should it be static?
>
> imx_clk_gpr_mux_ops is only used in clk-gpr-mux.c, so it should be static.
>
> Signed-off-by: Tom Rix <trix@xxxxxxxxxx>
> ---

Applied to clk-next