Преглед изворни кода

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>
Magnus Damm пре 13 година
родитељ
комит
ae8d194902
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      arch/arm/mach-shmobile/clock-r8a7779.c

+ 1 - 1
arch/arm/mach-shmobile/clock-r8a7779.c

@@ -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,
 };