summaryrefslogtreecommitdiffstats
path: root/arch/h8300/kernel/timer/tpu.c
diff options
context:
space:
mode:
authorAndi Kleen <ak@linux.intel.com>2012-10-04 17:11:32 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2012-10-06 03:04:38 +0900
commit1058ce2084dde358c91969ce334cbdf6b1e7dff4 (patch)
tree0706e6da88f4864366b645d4e5237856fa9aaa20 /arch/h8300/kernel/timer/tpu.c
parent3f3247d01933d357229f6a11f62d88a848445a9a (diff)
downloadtalos-op-linux-1058ce2084dde358c91969ce334cbdf6b1e7dff4.tar.gz
talos-op-linux-1058ce2084dde358c91969ce334cbdf6b1e7dff4.zip
sections: fix section conflicts in arch/h8300
[akpm@linux-foundation.org: checkpatch fixes] Signed-off-by: Andi Kleen <ak@linux.intel.com> Cc: Yoshinori Sato <ysato@users.sourceforge.jp> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/h8300/kernel/timer/tpu.c')
-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 2193a2e2859a..0350f6204ecf 100644
--- a/arch/h8300/kernel/timer/tpu.c
+++ b/arch/h8300/kernel/timer/tpu.c
@@ -66,7 +66,7 @@ static struct irqaction tpu_irq = {
.flags = IRQF_DISABLED | IRQF_TIMER,
};
-static const int __initdata divide_rate[] = {
+static const int __initconst 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)
OpenPOWER on IntegriCloud