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

Commit 1c104e0e authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] pxa: initialise PXA devices before platform init code



Initialise PXA devices before platform initialisation, so that
platforms can parent devices to these.

Acked-by: default avatareric miao <ymiao3@marvell.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent c546106c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -313,4 +313,4 @@ static int __init pxa25x_init(void)
	return ret;
}

subsys_initcall(pxa25x_init);
postcore_initcall(pxa25x_init);
+1 −1
Original line number Diff line number Diff line
@@ -396,4 +396,4 @@ static int __init pxa27x_init(void)
	return ret;
}

subsys_initcall(pxa27x_init);
postcore_initcall(pxa27x_init);
+1 −1
Original line number Diff line number Diff line
@@ -573,4 +573,4 @@ static int __init pxa3xx_init(void)
	return ret;
}

subsys_initcall(pxa3xx_init);
postcore_initcall(pxa3xx_init);