2020-09-15 14:36:49

by Fabio Estevam

[permalink] [raw]
Subject: Re: [PATCH 3/3] clk: imx31: Make mx31_clocks_init static

On Tue, Sep 15, 2020 at 11:02 AM YueHaibing <[email protected]> wrote:
>
> Fix sparse warning:
>
> drivers/clk/imx/clk-imx31.c:135:12: warning:
> symbol 'mx31_clocks_init' was not declared. Should it be static?

Same as the other comment for mx35, This function should be removed.

I will send a patch removing it.