]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
clk: versatile: Staticize clk_sp810_timerclken_of_get
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 8 Oct 2013 11:17:44 +0000 (16:47 +0530)
committerMike Turquette <mturquette@linaro.org>
Fri, 20 Dec 2013 01:47:32 +0000 (17:47 -0800)
clk_sp810_timerclken_of_get is used only in this file. Make it static.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/versatile/clk-sp810.c

index bf9b15a585e188656a38ebeec0d187ff3d56937e..c6e86a9a2aa3da2313711ac0c1bc6a46032cde6c 100644 (file)
@@ -123,7 +123,7 @@ static const struct clk_ops clk_sp810_timerclken_ops = {
        .set_parent = clk_sp810_timerclken_set_parent,
 };
 
-struct clk *clk_sp810_timerclken_of_get(struct of_phandle_args *clkspec,
+static struct clk *clk_sp810_timerclken_of_get(struct of_phandle_args *clkspec,
                void *data)
 {
        struct clk_sp810 *sp810 = data;