提交 922468cd 编写于 作者: T Tobias Klauser 提交者: Linus Walleij

ARM: ux500: 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: NLinus Walleij <linus.walleij@linaro.org>
上级 aaebafb6
......@@ -16,7 +16,7 @@
#include "db8500-regs.h"
#include "id.h"
const static struct of_device_id prcmu_timer_of_match[] __initconst = {
static const struct of_device_id prcmu_timer_of_match[] __initconst = {
{ .compatible = "stericsson,db8500-prcmu-timer-4", },
{ },
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册