This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/src/arch/x86/drivers/xen/hvm.c b/src/arch/x86/drivers/xen/hvm.c | |
| index 7ac32d5..cee7ce8 100644 | |
| --- a/src/arch/x86/drivers/xen/hvm.c | |
| +++ b/src/arch/x86/drivers/xen/hvm.c | |
| @@ -500,4 +500,4 @@ struct pci_driver hvm_driver __pci_driver = { | |
| REQUIRING_SYMBOL ( hvm_driver ); | |
| /* Drag in netfront driver */ | |
| -REQUIRE_OBJECT ( netfront ); | |
| +/* REQUIRE_OBJECT ( netfront );*/ |
NewerOlder