mcs7830: Implement link state detection
[pandora-kernel.git] / drivers / net / xen-netfront.c
index 0ebbb19..2027afe 100644 (file)
@@ -1962,9 +1962,6 @@ static int __init netif_init(void)
        if (!xen_domain())
                return -ENODEV;
 
-       if (xen_initial_domain())
-               return 0;
-
        if (xen_hvm_domain() && !xen_platform_pci_unplug)
                return -ENODEV;
 
@@ -1977,9 +1974,6 @@ module_init(netif_init);
 
 static void __exit netif_exit(void)
 {
-       if (xen_initial_domain())
-               return;
-
        xenbus_unregister_driver(&netfront_driver);
 }
 module_exit(netif_exit);