From 1cdf8ee2f88bbc14c697a0b8a2f25f58ed57d591 Mon Sep 17 00:00:00 2001 From: Arnd Bergmann Date: Tue, 3 Jun 2014 11:40:14 +0200 Subject: [PATCH] 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 Cc: Stephen Boyd Signed-off-by: Mike Turquette --- Reading git-format-patch failed