summaryrefslogtreecommitdiffstats
path: root/src/arch
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/x86/drivers/xen/hvm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/x86/drivers/xen/hvm.c b/src/arch/x86/drivers/xen/hvm.c
index fbbcdf02f..28411cd8c 100644
--- a/src/arch/x86/drivers/xen/hvm.c
+++ b/src/arch/x86/drivers/xen/hvm.c
@@ -519,3 +519,6 @@ struct pci_driver hvm_driver __pci_driver = {
.probe = hvm_probe,
.remove = hvm_remove,
};
+
+/* Drag in netfront driver */
+REQUIRE_OBJECT ( netfront );