提交 d9f8670d 编写于 作者: M Magnus Damm 提交者: Rafael J. Wysocki

ARM: mach-shmobile: r8a7740 sh_clk_ops rename

Convert r8a7740 to use sh_clk_ops.
Signed-off-by: NMagnus Damm <damm@opensource.se>
Signed-off-by: NRafael J. Wysocki <rjw@sisk.pl>
上级 7bcda508
...@@ -93,7 +93,7 @@ static unsigned long div_recalc(struct clk *clk) ...@@ -93,7 +93,7 @@ static unsigned long div_recalc(struct clk *clk)
return clk->parent->rate / (int)(clk->priv); return clk->parent->rate / (int)(clk->priv);
} }
static struct clk_ops div_clk_ops = { static struct sh_clk_ops div_clk_ops = {
.recalc = div_recalc, .recalc = div_recalc,
}; };
...@@ -125,7 +125,7 @@ static struct clk extal2_div2_clk = { ...@@ -125,7 +125,7 @@ static struct clk extal2_div2_clk = {
.parent = &extal2_clk, .parent = &extal2_clk,
}; };
static struct clk_ops followparent_clk_ops = { static struct sh_clk_ops followparent_clk_ops = {
.recalc = followparent_recalc, .recalc = followparent_recalc,
}; };
...@@ -156,7 +156,7 @@ static unsigned long pllc01_recalc(struct clk *clk) ...@@ -156,7 +156,7 @@ static unsigned long pllc01_recalc(struct clk *clk)
return clk->parent->rate * mult; return clk->parent->rate * mult;
} }
static struct clk_ops pllc01_clk_ops = { static struct sh_clk_ops pllc01_clk_ops = {
.recalc = pllc01_recalc, .recalc = pllc01_recalc,
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册