Re: [PATCH v2] clk: mediatek: fix mtk_clk_register_mux() as static function

2020-11-13 Thread Stephen Boyd
"Fix" is a little strong. Maybe the subject should just be "Make mtk_clk_register_mux() a static function". Quoting Weiyi Lu (2020-11-10 18:33:56) > mtk_clk_register_mux() should be a static function > > Fixes: a3ae549917f16 ("clk: mediatek: Add new clkmux register API")

[PATCH v2] clk: mediatek: fix mtk_clk_register_mux() as static function

2020-11-10 Thread Weiyi Lu
mtk_clk_register_mux() should be a static function Fixes: a3ae549917f16 ("clk: mediatek: Add new clkmux register API") Signed-off-by: Weiyi Lu --- drivers/clk/mediatek/clk-mux.c | 2 +- drivers/clk/mediatek/clk-mux.h | 4 2 files changed, 1 insertion(+), 5 deletions(-) diff --git