Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae8d1949 authored by Magnus Damm's avatar Magnus Damm Committed by Rafael J. Wysocki
Browse files

ARM: mach-shmobile: r8a7779 sh_clk_ops rename



Convert r8a7779 to use sh_clk_ops.

Signed-off-by: default avatarMagnus Damm <damm@opensource.se>
Signed-off-by: default avatarRafael J. Wysocki <rjw@sisk.pl>
parent d9f8670d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ static unsigned long mul4_recalc(struct clk *clk)
	return clk->parent->rate * 4;
}

static struct clk_ops mul4_clk_ops = {
static struct sh_clk_ops mul4_clk_ops = {
	.recalc		= mul4_recalc,
};