mach-x500: fix SECTION warnings in uib

Fix some simple section warning noise.

Signed-off-by: Robert Marklund <robert.marklund@stericsson.com>
This commit is contained in:
Robert Marklund 2011-06-20 13:30:35 +02:00 committed by Linus Walleij
parent dd367e9d06
commit 58402b6e39
1 changed files with 1 additions and 1 deletions

View File

@ -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",