summaryrefslogtreecommitdiffstats
path: root/drivers/clk/sunxi-ng/ccu_mux.c
diff options
context:
space:
mode:
authorStephen Boyd2017-06-16 23:50:41 +0200
committerStephen Boyd2017-06-16 23:51:36 +0200
commit4dc6e1a356a7d3cb4f9f4bfa5a305a48fcefaff1 (patch)
treeca38fc480512545689a6d50d992de559cf1ccd64 /drivers/clk/sunxi-ng/ccu_mux.c
parentMerge tag 'sunxi-clk-for-4.13' of https://git.kernel.org/pub/scm/linux/kernel... (diff)
downloadkernel-qcow2-linux-4dc6e1a356a7d3cb4f9f4bfa5a305a48fcefaff1.tar.gz
kernel-qcow2-linux-4dc6e1a356a7d3cb4f9f4bfa5a305a48fcefaff1.tar.xz
kernel-qcow2-linux-4dc6e1a356a7d3cb4f9f4bfa5a305a48fcefaff1.zip
clk: sunxi-ng: Staticize ccu_mux_helper_unapply_prediv()
It isn't used outside of this file right now. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/sunxi-ng/ccu_mux.c')
-rw-r--r--drivers/clk/sunxi-ng/ccu_mux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/sunxi-ng/ccu_mux.c b/drivers/clk/sunxi-ng/ccu_mux.c
index cfe4538304fb..312664155a54 100644
--- a/drivers/clk/sunxi-ng/ccu_mux.c
+++ b/drivers/clk/sunxi-ng/ccu_mux.c
@@ -68,7 +68,7 @@ unsigned long ccu_mux_helper_apply_prediv(struct ccu_common *common,
return parent_rate / ccu_mux_get_prediv(common, cm, parent_index);
}
-unsigned long ccu_mux_helper_unapply_prediv(struct ccu_common *common,
+static unsigned long ccu_mux_helper_unapply_prediv(struct ccu_common *common,
struct ccu_mux_internal *cm,
int parent_index,
unsigned long parent_rate)