aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/h8300/kernel/timer/tpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/h8300/kernel/timer/tpu.c b/arch/h8300/kernel/timer/tpu.c
index df7f453a9673..79ae1db9ea90 100644
--- a/arch/h8300/kernel/timer/tpu.c
+++ b/arch/h8300/kernel/timer/tpu.c
@@ -68,7 +68,7 @@ static struct irqaction tpu_irq = {
68 .mask = CPU_MASK_NONE, 68 .mask = CPU_MASK_NONE,
69}; 69};
70 70
71const static int __initdata divide_rate[] = { 71static const int __initdata divide_rate[] = {
72#if CONFIG_H8300_TPU_CH == 0 72#if CONFIG_H8300_TPU_CH == 0
73 1,4,16,64,0,0,0,0, 73 1,4,16,64,0,0,0,0,
74#elif (CONFIG_H8300_TPU_CH == 1) || (CONFIG_H8300_TPU_CH == 5) 74#elif (CONFIG_H8300_TPU_CH == 1) || (CONFIG_H8300_TPU_CH == 5)