sh: sh4a sh_clk_ops rename
Convert sh4a SoCs to use sh_clk_ops. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
This commit is contained in:

zatwierdzone przez
Rafael J. Wysocki

rodzic
3b8744156d
commit
33cb61a400
@@ -38,7 +38,7 @@ static unsigned long pll_recalc(struct clk *clk)
|
||||
return clk->parent->rate * multiplier;
|
||||
}
|
||||
|
||||
static struct clk_ops pll_clk_ops = {
|
||||
static struct sh_clk_ops pll_clk_ops = {
|
||||
.recalc = pll_recalc,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user