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

ARM: mach-shmobile: sh7377 sh_clk_ops rename

Convert sh7377 to use sh_clk_ops.
Signed-off-by: NMagnus Damm <damm@opensource.se>
Signed-off-by: NRafael J. Wysocki <rjw@sisk.pl>
上级 79ff3121
...@@ -77,7 +77,7 @@ static unsigned long div2_recalc(struct clk *clk) ...@@ -77,7 +77,7 @@ static unsigned long div2_recalc(struct clk *clk)
return clk->parent->rate / 2; return clk->parent->rate / 2;
} }
static struct clk_ops div2_clk_ops = { static struct sh_clk_ops div2_clk_ops = {
.recalc = div2_recalc, .recalc = div2_recalc,
}; };
...@@ -110,7 +110,7 @@ static unsigned long pllc1_recalc(struct clk *clk) ...@@ -110,7 +110,7 @@ static unsigned long pllc1_recalc(struct clk *clk)
return clk->parent->rate * mult; return clk->parent->rate * mult;
} }
static struct clk_ops pllc1_clk_ops = { static struct sh_clk_ops pllc1_clk_ops = {
.recalc = pllc1_recalc, .recalc = pllc1_recalc,
}; };
...@@ -137,7 +137,7 @@ static unsigned long pllc2_recalc(struct clk *clk) ...@@ -137,7 +137,7 @@ static unsigned long pllc2_recalc(struct clk *clk)
return clk->parent->rate * mult; return clk->parent->rate * mult;
} }
static struct clk_ops pllc2_clk_ops = { static struct sh_clk_ops pllc2_clk_ops = {
.recalc = pllc2_recalc, .recalc = pllc2_recalc,
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册