提交 b04f3761 编写于 作者: T Tobias Klauser 提交者: Jiri Kosina

trivial: h8300: Storage class should be before const qualifier

The C99 specification states in section 6.11.5:

The placement of a storage-class specifier other than at the beginning
of the declaration specifiers in a declaration is an obsolescent
feature.
Signed-off-by: NTobias Klauser <tklauser@distanz.ch>
Signed-off-by: NJiri Kosina <jkosina@suse.cz>
上级 21acb9ca
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册