VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Tobias Klauser <tklauser@distanz.ch> 2009-02-09 21:39:32 +0100 committer: Jiri Kosina <jkosina@suse.cz> 2009-03-30 15:22:02 +0200 commit: b04f376151d17cb7cad48c932ba516622c167b44 parent: 21acb9caa2e30b100e9a1943d995bb99d40f4035
Commit Summary:
trivial: h8300: Storage class should be before const qualifier
Diffstat:
1 file changed, 1 insertion, 1 deletion
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 = {
 	.mask		= CPU_MASK_NONE,
 };
 
-const static int __initdata divide_rate[] = {
+static const int __initdata divide_rate[] = {
 #if CONFIG_H8300_TPU_CH == 0
 	1,4,16,64,0,0,0,0,
 #elif (CONFIG_H8300_TPU_CH == 1) || (CONFIG_H8300_TPU_CH == 5)