Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -25,7 +25,7 @@ struct uib {
	void (*init)(void);
	void (*init)(void);
};
};


static struct __initdata uib mop500_uibs[] = {
static struct uib __initdata mop500_uibs[] = {
	[STUIB] = {
	[STUIB] = {
		.name	= "ST-UIB",
		.name	= "ST-UIB",
		.option	= "stuib",
		.option	= "stuib",