From: Magnus Damm <damm@opensource.se>
Date: Wed, 29 Feb 2012 13:17:08 +0000 (+0900)
Subject: ARM: mach-shmobile: r8a7779 sh_clk_ops rename
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ae8d1949022d377da45bbe4410c53ad4aaf9865e;p=linux.git

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>
---

diff --git a/arch/arm/mach-shmobile/clock-r8a7779.c b/arch/arm/mach-shmobile/clock-r8a7779.c
index b4b0e8cd096de..317ab525ce20b 100644
--- a/arch/arm/mach-shmobile/clock-r8a7779.c
+++ b/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,
 };