提交 1c104e0e 编写于 作者: R Russell King 提交者: 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: Neric miao <ymiao3@marvell.com>
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册