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

[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
......@@ -313,4 +313,4 @@ static int __init pxa25x_init(void)
return ret;
}
subsys_initcall(pxa25x_init);
postcore_initcall(pxa25x_init);
......@@ -396,4 +396,4 @@ static int __init pxa27x_init(void)
return ret;
}
subsys_initcall(pxa27x_init);
postcore_initcall(pxa27x_init);
......@@ -573,4 +573,4 @@ static int __init pxa3xx_init(void)
return ret;
}
subsys_initcall(pxa3xx_init);
postcore_initcall(pxa3xx_init);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment