提交 a9bb2ef7 编写于 作者: S Stephen Boyd

clk: at91: Remove CLK_IS_ROOT

This flag is a no-op now. Remove usage of the flag.
Acked-by: NBoris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
上级 bd41aa67
...@@ -315,7 +315,7 @@ at91_clk_register_main_rc_osc(struct at91_pmc *pmc, ...@@ -315,7 +315,7 @@ at91_clk_register_main_rc_osc(struct at91_pmc *pmc,
init.ops = &main_rc_osc_ops; init.ops = &main_rc_osc_ops;
init.parent_names = NULL; init.parent_names = NULL;
init.num_parents = 0; init.num_parents = 0;
init.flags = CLK_IS_ROOT | CLK_IGNORE_UNUSED; init.flags = CLK_IGNORE_UNUSED;
osc->hw.init = &init; osc->hw.init = &init;
osc->pmc = pmc; osc->pmc = pmc;
......
...@@ -251,7 +251,7 @@ at91_clk_register_slow_rc_osc(void __iomem *sckcr, ...@@ -251,7 +251,7 @@ at91_clk_register_slow_rc_osc(void __iomem *sckcr,
init.ops = &slow_rc_osc_ops; init.ops = &slow_rc_osc_ops;
init.parent_names = NULL; init.parent_names = NULL;
init.num_parents = 0; init.num_parents = 0;
init.flags = CLK_IS_ROOT | CLK_IGNORE_UNUSED; init.flags = CLK_IGNORE_UNUSED;
osc->hw.init = &init; osc->hw.init = &init;
osc->sckcr = sckcr; osc->sckcr = sckcr;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册