mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
Staging: hv: vmbus: Support building the vmbus driver as part of the kernel
Modify the way we initialize the vmbus driver so that all the hyper-v drivers can be linked with the kernel and still ensure that the vmbus driver is fully initialized before the drivers that depend upon the vmbus driver attempt to initialize. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
a48b0c4c7d
commit
43d4e119f9
1 changed files with 1 additions and 1 deletions
|
@ -783,4 +783,4 @@ cleanup:
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
MODULE_VERSION(HV_DRV_VERSION);
|
MODULE_VERSION(HV_DRV_VERSION);
|
||||||
|
|
||||||
module_init(hv_acpi_init);
|
subsys_initcall(hv_acpi_init);
|
||||||
|
|
Loading…
Reference in a new issue