summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Boyd2017-08-24 00:35:41 +0200
committerStephen Boyd2017-08-24 00:35:41 +0200
commit1dfcfa721f9390ed5fd1e9c48e9fd6e8208a4963 (patch)
treefc0749423295803b27dc47624f126889d673a224
parentMerge tag 'v4.14-rockchip-clk1' of git://git.kernel.org/pub/scm/linux/kernel/... (diff)
downloadkernel-qcow2-linux-1dfcfa721f9390ed5fd1e9c48e9fd6e8208a4963.tar.gz
kernel-qcow2-linux-1dfcfa721f9390ed5fd1e9c48e9fd6e8208a4963.tar.xz
kernel-qcow2-linux-1dfcfa721f9390ed5fd1e9c48e9fd6e8208a4963.zip
clk: rockchip: Mark rockchip_fractional_approximation static
Silence the sparse warning clk/rockchip/clk.c:172:6: warning: symbol 'rockchip_fractional_approximation' was not declared. Should it be static? Cc: Elaine Zhang <zhangqing@rock-chips.com> Cc: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
-rw-r--r--drivers/clk/rockchip/clk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/rockchip/clk.c b/drivers/clk/rockchip/clk.c
index b6db79a00602..35dbd63c2f49 100644
--- a/drivers/clk/rockchip/clk.c
+++ b/drivers/clk/rockchip/clk.c
@@ -169,7 +169,7 @@ static int rockchip_clk_frac_notifier_cb(struct notifier_block *nb,
* fractional divider must set that denominator is 20 times larger than
* numerator to generate precise clock frequency.
*/
-void rockchip_fractional_approximation(struct clk_hw *hw,
+static void rockchip_fractional_approximation(struct clk_hw *hw,
unsigned long rate, unsigned long *parent_rate,
unsigned long *m, unsigned long *n)
{