summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu/sh4a/clock-sh7343.c
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu2012-06-27 02:59:40 +0200
committerPaul Mundt2012-06-28 09:45:34 +0200
commitad3337cb38bf1f4c677ce2d05f9c049b35f7147e (patch)
tree51645a8e7bf0bdbcce54e6a880a428f29d723a31 /arch/sh/kernel/cpu/sh4a/clock-sh7343.c
parentMerge tag 'usb-3.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... (diff)
downloadkernel-qcow2-linux-ad3337cb38bf1f4c677ce2d05f9c049b35f7147e.tar.gz
kernel-qcow2-linux-ad3337cb38bf1f4c677ce2d05f9c049b35f7147e.tar.xz
kernel-qcow2-linux-ad3337cb38bf1f4c677ce2d05f9c049b35f7147e.zip
sh: Convert sh_clk_mstp32_register to sh_clk_mstp_register
sh_clk_mstp32_register is deprecated. This convert to sh_clk_mstp_register. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu/sh4a/clock-sh7343.c')
-rw-r--r--arch/sh/kernel/cpu/sh4a/clock-sh7343.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/clock-sh7343.c b/arch/sh/kernel/cpu/sh4a/clock-sh7343.c
index ea01a72f1b94..53638e231cd0 100644
--- a/arch/sh/kernel/cpu/sh4a/clock-sh7343.c
+++ b/arch/sh/kernel/cpu/sh4a/clock-sh7343.c
@@ -283,7 +283,7 @@ int __init arch_clk_init(void)
ret = sh_clk_div6_register(div6_clks, DIV6_NR);
if (!ret)
- ret = sh_clk_mstp32_register(mstp_clks, MSTP_NR);
+ ret = sh_clk_mstp_register(mstp_clks, MSTP_NR);
return ret;
}