diff options
Diffstat (limited to 'src/arch')
| -rw-r--r-- | src/arch/x86/drivers/hyperv/hyperv.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/x86/drivers/hyperv/hyperv.c b/src/arch/x86/drivers/hyperv/hyperv.c index 390544074..d911dcba8 100644 --- a/src/arch/x86/drivers/hyperv/hyperv.c +++ b/src/arch/x86/drivers/hyperv/hyperv.c @@ -559,3 +559,6 @@ struct root_device hv_root_device __root_device = { .dev = { .name = "Hyper-V" }, .driver = &hv_root_driver, }; + +/* Drag in netvsc driver */ +REQUIRE_OBJECT ( netvsc ); |
