Re: [RFC PATCH 1/7] clk: mediatek: Make mtk_clk_register_composite() static
From: AngeloGioacchino Del Regno
Date: Tue Apr 19 2022 - 10:46:05 EST
Il 19/04/22 10:12, Chen-Yu Tsai ha scritto:
mtk_clk_register_composite() is not used anywhere outside of the file it
is defined.
Make it static.
Fixes: 9741b1a68035 ("clk: mediatek: Add initial common clock support for Mediatek SoCs.")
Signed-off-by: Chen-Yu Tsai <wenst@xxxxxxxxxxxx>
Hello Chen-Yu,
I think that you should send this patch separately from the rest, as this is
just a simple cleanup that is totally unrelated to the more important conversion
that you're doing in this series.
By the way, for this one, feel free to take my
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>