On Thu, May 21, 2020 at 07:04:39PM +0800, kbuild test robot wrote:
Fixes: 3f0365dafe32 ("clk: imx: add mux ops for i.MX8M composite clk")
Signed-off-by: kbuild test robot <lkp(a)intel.com>
---
clk-composite-8m.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/imx/clk-composite-8m.c b/drivers/clk/imx/clk-composite-8m.c
index 8fa60f22d377f..2d9562ebddc3f 100644
--- a/drivers/clk/imx/clk-composite-8m.c
+++ b/drivers/clk/imx/clk-composite-8m.c
@@ -164,7 +164,7 @@ imx8m_clk_composite_mux_determine_rate(struct clk_hw *hw,
}
-const struct clk_ops imx8m_clk_composite_mux_ops = {
+static const struct clk_ops imx8m_clk_composite_mux_ops = {
Amended the change. Thanks!
Shawn
> .get_parent = imx8m_clk_composite_mux_get_parent,
> .set_parent = imx8m_clk_composite_mux_set_parent,
> .determine_rate = imx8m_clk_composite_mux_determine_rate,