summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu/sh4a/clock-sh7343.c
diff options
context:
space:
mode:
authorMagnus Damm2012-02-29 14:17:55 +0100
committerRafael J. Wysocki2012-03-12 22:19:12 +0100
commit33cb61a4000e25d01e606f05fe146fcafa9ee641 (patch)
tree1f6b2c98289e3baabab2497f009235be226aae36 /arch/sh/kernel/cpu/sh4a/clock-sh7343.c
parentsh: sh4 sh_clk_ops rename (diff)
downloadkernel-qcow2-linux-33cb61a4000e25d01e606f05fe146fcafa9ee641.tar.gz
kernel-qcow2-linux-33cb61a4000e25d01e606f05fe146fcafa9ee641.tar.xz
kernel-qcow2-linux-33cb61a4000e25d01e606f05fe146fcafa9ee641.zip
sh: sh4a sh_clk_ops rename
Convert sh4a SoCs to use sh_clk_ops. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'arch/sh/kernel/cpu/sh4a/clock-sh7343.c')
-rw-r--r--arch/sh/kernel/cpu/sh4a/clock-sh7343.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/clock-sh7343.c b/arch/sh/kernel/cpu/sh4a/clock-sh7343.c
index 70e45bdaadc7..ea01a72f1b94 100644
--- a/arch/sh/kernel/cpu/sh4a/clock-sh7343.c
+++ b/arch/sh/kernel/cpu/sh4a/clock-sh7343.c
@@ -61,7 +61,7 @@ static unsigned long dll_recalc(struct clk *clk)
return clk->parent->rate * mult;
}
-static struct clk_ops dll_clk_ops = {
+static struct sh_clk_ops dll_clk_ops = {
.recalc = dll_recalc,
};
@@ -81,7 +81,7 @@ static unsigned long pll_recalc(struct clk *clk)
return clk->parent->rate * mult;
}
-static struct clk_ops pll_clk_ops = {
+static struct sh_clk_ops pll_clk_ops = {
.recalc = pll_recalc,
};