aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/x86/drivers/hyperv/hyperv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/drivers/hyperv/hyperv.c')
-rw-r--r--src/arch/x86/drivers/hyperv/hyperv.c3
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 c3c0e86c..f73829bd 100644
--- a/src/arch/x86/drivers/hyperv/hyperv.c
+++ b/src/arch/x86/drivers/hyperv/hyperv.c
@@ -590,5 +590,8 @@ struct root_device hv_root_device __root_device = {
.driver = &hv_root_driver,
};
+/* Drag in objects via hv_root_device */
+REQUIRING_SYMBOL ( hv_root_device );
+
/* Drag in netvsc driver */
REQUIRE_OBJECT ( netvsc );