aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/clock-sh7377.c
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2012-06-27 09:59:00 +0900
committerRafael J. Wysocki <rjw@sisk.pl>2012-07-02 23:41:34 +0200
commit64e9de2f854fb5d08d255b24568c60b090f2603a (patch)
treee5f045ba3c903b7bdccd717b759930c93f0b5bbb /arch/arm/mach-shmobile/clock-sh7377.c
parentARM: shmobile: add common DMAEngine definitions (diff)
downloadlinux-dev-64e9de2f854fb5d08d255b24568c60b090f2603a.tar.xz
linux-dev-64e9de2f854fb5d08d255b24568c60b090f2603a.zip
ARM: mach-shmobile: 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> Acked-by: Magnus Damm <damm@opensource.se> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'arch/arm/mach-shmobile/clock-sh7377.c')
-rw-r--r--arch/arm/mach-shmobile/clock-sh7377.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/clock-sh7377.c b/arch/arm/mach-shmobile/clock-sh7377.c
index 0798a15936c3..85f2a3ec2c44 100644
--- a/arch/arm/mach-shmobile/clock-sh7377.c
+++ b/arch/arm/mach-shmobile/clock-sh7377.c
@@ -355,7 +355,7 @@ void __init sh7377_clock_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);
clkdev_add_table(lookups, ARRAY_SIZE(lookups));