clk: mediatek: mt8195: Hook up mtk_clk_simple_remove()
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@chromium.org>
Reviewed-by:
Miles Chen <miles.chen@mediatek.com>
Link: https://lore.kernel.org/r/20220208124034.414635-29-wenst@chromium.org
Reviewed-by:
AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reviewed-by:
Chun-Jie Chen <chun-jie.chen@mediatek.com>
Signed-off-by:
Stephen Boyd <sboyd@kernel.org>
Loading
Please sign in to comment