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>
This commit is contained in:

committed by
Linus Torvalds

parent
3f3247d019
commit
1058ce2084
@@ -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)
|
||||
|
Reference in New Issue
Block a user