提交 c3676e84 编写于 作者: J Jeremy Fitzhardinge 提交者: Konrad Rzeszutek Wilk

xen/xenbus: make sure backend bus is registered earlier

Impact: bugfix

Need to register it before any drivers want to attach.
Signed-off-by: NJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: NIan Campbell <ian.campbell@citrix.com>
[corresponds to a7a9c3a942c6 in git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git]
Signed-off-by: NKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
上级 806f5463
......@@ -295,5 +295,4 @@ static int __init xenbus_probe_backend_init(void)
return 0;
}
module_init(xenbus_probe_backend_init);
subsys_initcall(xenbus_probe_backend_init);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册