summaryrefslogtreecommitdiff
path: root/arch/sh/kernel/cpu/sh4a/clock-sh7343.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2012-06-28 07:46:13 (GMT)
committerPaul Mundt <lethal@linux-sh.org>2012-06-28 07:46:13 (GMT)
commite9bcd470d814473c31ffc5d09e249396a2196ad4 (patch)
treebf96054f235eda984473d22b90339d38430465bb /arch/sh/kernel/cpu/sh4a/clock-sh7343.c
parentbc404e9128dd69654f5fda6320fc6af4ee94474c (diff)
parentad3337cb38bf1f4c677ce2d05f9c049b35f7147e (diff)
downloadlinux-fsl-qoriq-e9bcd470d814473c31ffc5d09e249396a2196ad4.tar.xz
Merge branches 'sh/urgent' and 'sh/trivial' into sh-fixes-for-linus
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 ea01a72..53638e2 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;
}