clk: versatile: Staticize clk_sp810_timerclken_of_get
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>
This commit is contained in:
parent
6d7ff6cc9c
commit
14b260cef2
@ -123,7 +123,7 @@ static const struct clk_ops clk_sp810_timerclken_ops = {
|
|||||||
.set_parent = clk_sp810_timerclken_set_parent,
|
.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)
|
void *data)
|
||||||
{
|
{
|
||||||
struct clk_sp810 *sp810 = data;
|
struct clk_sp810 *sp810 = data;
|
||||||
|
Loading…
Reference in New Issue
Block a user