clk: export __clk_round_rate for providers
authorArnd Bergmann <arnd@arndb.de>
Tue, 3 Jun 2014 09:40:14 +0000 (11:40 +0200)
committerMike Turquette <mturquette@linaro.org>
Tue, 3 Jun 2014 17:38:16 +0000 (10:38 -0700)
commit1cdf8ee2f88bbc14c697a0b8a2f25f58ed57d591
treed0d1d4a2de6941db2852be5813e19a0f1f76859c
parentab7ad35300f3810bca13993d1a6e100505c4af5b
clk: export __clk_round_rate for providers

Commit 99cbd064b0 ("clk: qcom: Support display RCG clocks") adds
a use of the __clk_round_rate in a clock provided that can be built
as a loadable module.

This exports the symbol to avoid the build error from compiling
the qcom clock as a module.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/clk.c