commit | 1cdf8ee2f88bbc14c697a0b8a2f25f58ed57d591 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Jun 03 11:40:14 2014 +0200 |
committer | Mike Turquette <mturquette@linaro.org> | Tue Jun 03 10:38:16 2014 -0700 |
tree | d0d1d4a2de6941db2852be5813e19a0f1f76859c | |
parent | ab7ad35300f3810bca13993d1a6e100505c4af5b [diff] |
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>