提交 7ecf47c2 编写于 作者: S Stephen Boyd

clk: rk808: Remove CLK_IS_ROOT

This flag is a no-op now. Remove usage of the flag.

Cc: Chris Zhong <zyw@rock-chips.com>
Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
上级 ec3f2fcb
...@@ -106,7 +106,6 @@ static int rk808_clkout_probe(struct platform_device *pdev) ...@@ -106,7 +106,6 @@ static int rk808_clkout_probe(struct platform_device *pdev)
if (!clk_table) if (!clk_table)
return -ENOMEM; return -ENOMEM;
init.flags = CLK_IS_ROOT;
init.parent_names = NULL; init.parent_names = NULL;
init.num_parents = 0; init.num_parents = 0;
init.name = "rk808-clkout1"; init.name = "rk808-clkout1";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册