Commit a8ee7772 authored by Paul Walmsley's avatar Paul Walmsley Committed by Tony Lindgren

omap2 clock: get rid of omap2_followparent_recalc()

omap2_followparent_recalc() just calls followparent_recalc(), so,
get rid of omap2_followparent_recalc().
Signed-off-by: default avatarPaul Walmsley <paul@pwsan.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 9b153fec
......@@ -129,11 +129,6 @@ static u32 omap2_get_dpll_rate(struct clk * tclk)
return dpll_clk;
}
static void omap2_followparent_recalc(struct clk *clk)
{
followparent_recalc(clk);
}
/*
* Used for clocks that have the same value as the parent clock,
* divided by some factor
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment