Skip to content

Commit

Permalink
Staging: hv: vmbus: Support building the vmbus driver as part of the …
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Nov 27, 2011
1 parent a48b0c4 commit 43d4e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hv/vmbus_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -783,4 +783,4 @@ static int __init hv_acpi_init(void)
MODULE_LICENSE("GPL");
MODULE_VERSION(HV_DRV_VERSION);

module_init(hv_acpi_init);
subsys_initcall(hv_acpi_init);

0 comments on commit 43d4e11

Please sign in to comment.