Commit c3676e84 authored by Jeremy Fitzhardinge's avatar Jeremy Fitzhardinge Committed by 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: default avatarJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: default avatarIan Campbell <ian.campbell@citrix.com>
[corresponds to a7a9c3a942c6 in git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git]
Signed-off-by: default avatarKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment