Commit 5074b332 authored by Anton Blanchard's avatar Anton Blanchard

add subsys_initcall for pcibios_init

parent cc2cb79b
......@@ -498,6 +498,8 @@ pcibios_init(void)
}
subsys_initcall(pcibios_init);
int __init
pcibios_assign_all_busses(void)
{
......
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