提交 fb4dd222 编写于 作者: A Andrew F. Davis 提交者: Michael Turquette

clk: Make of_clk_get_from_provider() available to modules

Export symbol of_clk_get_from_provider so it can be used in
loadable kernel modules
Signed-off-by: NAndrew F. Davis <afd@ti.com>
Signed-off-by: NMichael Turquette <mturquette@baylibre.com>
上级 3aef6649
...@@ -3019,6 +3019,7 @@ struct clk *of_clk_get_from_provider(struct of_phandle_args *clkspec) ...@@ -3019,6 +3019,7 @@ struct clk *of_clk_get_from_provider(struct of_phandle_args *clkspec)
{ {
return __of_clk_get_from_provider(clkspec, NULL, __func__); return __of_clk_get_from_provider(clkspec, NULL, __func__);
} }
EXPORT_SYMBOL_GPL(of_clk_get_from_provider);
int of_clk_get_parent_count(struct device_node *np) int of_clk_get_parent_count(struct device_node *np)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册