aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2010-09-15 02:38:07 -0400
committerPaul Mundt <lethal@linux-sh.org>2010-09-16 04:22:01 -0400
commit5d8e3451d172441ac9f4aa1d0ff8706412bc7deb (patch)
tree2271f7453c1d3c26afb314a5e2ec98b9c4821127
parentdd210503b77ae04adfdb25ca45536c4f7e33edb1 (diff)
ARM: mach-shmobile: modify wrong array size of div6_reparent_clks
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Reviewed-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r--arch/arm/mach-shmobile/clock-sh7372.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/clock-sh7372.c b/arch/arm/mach-shmobile/clock-sh7372.c
index 759468992ad2..ea384e1a1e97 100644
--- a/arch/arm/mach-shmobile/clock-sh7372.c
+++ b/arch/arm/mach-shmobile/clock-sh7372.c
@@ -548,7 +548,7 @@ void __init sh7372_clock_init(void)
548 ret = sh_clk_div6_register(div6_clks, DIV6_NR); 548 ret = sh_clk_div6_register(div6_clks, DIV6_NR);
549 549
550 if (!ret) 550 if (!ret)
551 ret = sh_clk_div6_reparent_register(div6_reparent_clks, DIV6_NR); 551 ret = sh_clk_div6_reparent_register(div6_reparent_clks, DIV6_REPARENT_NR);
552 552
553 if (!ret) 553 if (!ret)
554 ret = sh_clk_mstp32_register(mstp_clks, MSTP_NR); 554 ret = sh_clk_mstp32_register(mstp_clks, MSTP_NR);