|
@@ -1962,9 +1962,6 @@ static int __init netif_init(void)
|
|
if (!xen_domain())
|
|
if (!xen_domain())
|
|
return -ENODEV;
|
|
return -ENODEV;
|
|
|
|
|
|
- if (xen_initial_domain())
|
|
|
|
- return 0;
|
|
|
|
-
|
|
|
|
if (xen_hvm_domain() && !xen_platform_pci_unplug)
|
|
if (xen_hvm_domain() && !xen_platform_pci_unplug)
|
|
return -ENODEV;
|
|
return -ENODEV;
|
|
|
|
|
|
@@ -1977,9 +1974,6 @@ module_init(netif_init);
|
|
|
|
|
|
static void __exit netif_exit(void)
|
|
static void __exit netif_exit(void)
|
|
{
|
|
{
|
|
- if (xen_initial_domain())
|
|
|
|
- return;
|
|
|
|
-
|
|
|
|
xenbus_unregister_driver(&netfront_driver);
|
|
xenbus_unregister_driver(&netfront_driver);
|
|
}
|
|
}
|
|
module_exit(netif_exit);
|
|
module_exit(netif_exit);
|