Commit 58402b6e authored by Robert Marklund's avatar Robert Marklund Committed by Linus Walleij

mach-x500: fix SECTION warnings in uib

Fix some simple section warning noise.
Signed-off-by: default avatarRobert Marklund <robert.marklund@stericsson.com>
parent dd367e9d
......@@ -25,7 +25,7 @@ struct uib {
void (*init)(void);
};
static struct __initdata uib mop500_uibs[] = {
static struct uib __initdata mop500_uibs[] = {
[STUIB] = {
.name = "ST-UIB",
.option = "stuib",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment