OSDN Git Service

clk: Export phase functions
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Tue, 20 Jan 2015 21:23:43 +0000 (22:23 +0100)
committerMichael Turquette <mturquette@linaro.org>
Tue, 27 Jan 2015 19:52:43 +0000 (11:52 -0800)
commit9767b04fe663f84040aae1fb76d67246b856d107
treeae07e5e0753d8c8ef6d6fda9a90d006ea3f16866
parent0489ea9e5c894faa7e5ec690261ee86fa51ea6b8
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: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Michael Turquette <mturquette@linaro.org>
drivers/clk/clk.c