summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/clock-r8a7740.c
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu2012-06-27 02:59:00 +0200
committerRafael J. Wysocki2012-07-02 23:41:34 +0200
commit64e9de2f854fb5d08d255b24568c60b090f2603a (patch)
treee5f045ba3c903b7bdccd717b759930c93f0b5bbb /arch/arm/mach-shmobile/clock-r8a7740.c
parentARM: shmobile: add common DMAEngine definitions (diff)
downloadkernel-qcow2-linux-64e9de2f854fb5d08d255b24568c60b090f2603a.tar.gz
kernel-qcow2-linux-64e9de2f854fb5d08d255b24568c60b090f2603a.tar.xz
kernel-qcow2-linux-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-r8a7740.c')
-rw-r--r--arch/arm/mach-shmobile/clock-r8a7740.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/clock-r8a7740.c b/arch/arm/mach-shmobile/clock-r8a7740.c
index 26eea5f21054..29c397a9f20b 100644
--- a/arch/arm/mach-shmobile/clock-r8a7740.c
+++ b/arch/arm/mach-shmobile/clock-r8a7740.c
@@ -495,7 +495,7 @@ void __init r8a7740_clock_init(u8 md_ck)
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));