Re: [PATCH v2 10/31] clk: mediatek: mux: Internalize struct mtk_clk_mux
From: AngeloGioacchino Del Regno
Date: Thu Feb 03 2022 - 04:50:49 EST
Il 02/02/22 14:48, Chen-Yu Tsai ha scritto:
struct mtk_clk_mux is an implementation detail of the mux clk type,
and is not used outside of the implementation.
Internalize the definition to minimize leakage of details and shrink
the header file.
Signed-off-by: Chen-Yu Tsai <wenst@xxxxxxxxxxxx>
Reviewed-by: Miles Chen <miles.chen@xxxxxxxxxxxx>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>