Re: [PATCH v3 28/31] clk: mediatek: mt8195: Hook up mtk_clk_simple_remove()

From: Stephen Boyd
Date: Thu Feb 17 2022 - 15:29:41 EST


Quoting Chen-Yu Tsai (2022-02-08 04:40:31)
> Various small clock controllers only have clock gates, and utilize
> mtk_clk_simple_probe() as their driver probe function.
>
> Now that we have a matching remove function, hook it up for the relevant
> drivers. This was done with the following command:
>
> sed -i -e '/mtk_clk_simple_probe/a \
> .remove = mtk_clk_simple_remove,' drivers/clk/mediatek/clk-mt8195-*.c
>
> Signed-off-by: Chen-Yu Tsai <wenst@xxxxxxxxxxxx>
> Reviewed-by: Miles Chen <miles.chen@xxxxxxxxxxxx>
> ---

Applied to clk-next