ARM: mach-shmobile: r8a7779 sh_clk_ops rename
authorMagnus Damm <damm@opensource.se>
Wed, 29 Feb 2012 13:17:08 +0000 (22:17 +0900)
committerRafael J. Wysocki <rjw@sisk.pl>
Mon, 12 Mar 2012 21:19:10 +0000 (22:19 +0100)
Convert r8a7779 to use sh_clk_ops.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
arch/arm/mach-shmobile/clock-r8a7779.c

index b4b0e8cd096ded26d640bcce8d82a70525de6a74..317ab525ce20b200b763250ad3827cb990ca68f1 100644 (file)
@@ -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,
 };
 
This page took 0.024787 seconds and 5 git commands to generate.