提交 9767b04f 编写于 作者: M Maxime Ripard 提交者: Michael Turquette

clk: Export phase functions

The phase setter and getter were not exported until now, which was causing
build breakages when callers were compiled as module. Export these two
functions.
Reported-by: NArnd Bergmann <arnd@arndb.de>
Signed-off-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: NStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: NMichael Turquette <mturquette@linaro.org>
上级 0489ea9e
......@@ -1833,6 +1833,7 @@ int clk_set_phase(struct clk *clk, int degrees)
out:
return ret;
}
EXPORT_SYMBOL_GPL(clk_set_phase);
/**
* clk_get_phase - return the phase shift of a clock signal
......@@ -1855,6 +1856,7 @@ int clk_get_phase(struct clk *clk)
out:
return ret;
}
EXPORT_SYMBOL_GPL(clk_get_phase);
/**
* __clk_init - initialize the data structures in a struct clk
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册