aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-shmobile/clock-sh73a0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/clock-sh73a0.c b/arch/arm/mach-shmobile/clock-sh73a0.c
index 7c8b5179e444..152c970ed537 100644
--- a/arch/arm/mach-shmobile/clock-sh73a0.c
+++ b/arch/arm/mach-shmobile/clock-sh73a0.c
@@ -191,7 +191,7 @@ static void div4_kick(struct clk *clk)
191} 191}
192 192
193static int divisors[] = { 2, 3, 4, 6, 8, 12, 16, 18, 193static int divisors[] = { 2, 3, 4, 6, 8, 12, 16, 18,
194 24, 0, 36, 48 }; 194 24, 0, 36, 48, 7 };
195 195
196static struct clk_div_mult_table div4_div_mult_table = { 196static struct clk_div_mult_table div4_div_mult_table = {
197 .divisors = divisors, 197 .divisors = divisors,