2020-09-16 00:15:09

by Fabio Estevam

[permalink] [raw]
Subject: Re: [PATCH -next] clk: imx35: Make mx35_clocks_init static

Hi YueHaibing,

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

This is not the correct fix. mx35_clocks_init() was only used by imx35
board files.

Now that imx35 board files are gone, this function can be removed.

I will send a patch removing it.