[PATCH -next] clk: imx35: Make mx35_clocks_init static
Fabio Estevam
festevam at gmail.com
Tue Sep 15 10:25:02 EDT 2020
Hi YueHaibing,
On Tue, Sep 15, 2020 at 11:02 AM YueHaibing <yuehaibing at huawei.com> 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.
More information about the linux-arm-kernel
mailing list