mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-25 06:49:40 +07:00
ARM: mach-shmobile: r8a7779 sh_clk_ops rename
Convert r8a7779 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:
parent
d9f8670df8
commit
ae8d194902
@ -107,7 +107,7 @@ static unsigned long mul4_recalc(struct clk *clk)
|
|||||||
return clk->parent->rate * 4;
|
return clk->parent->rate * 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct clk_ops mul4_clk_ops = {
|
static struct sh_clk_ops mul4_clk_ops = {
|
||||||
.recalc = mul4_recalc,
|
.recalc = mul4_recalc,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user