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:
parent
dd367e9d06
commit
58402b6e39
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue