Skip to content

Commit

Permalink
mach-x500: fix SECTION warnings in uib
Browse files Browse the repository at this point in the history
Fix some simple section warning noise.

Signed-off-by: Robert Marklund <robert.marklund@stericsson.com>
  • Loading branch information
Robert Marklund authored and Linus Walleij committed Jun 22, 2011
1 parent dd367e9 commit 58402b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-ux500/board-mop500-uib.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 58402b6

Please sign in to comment.