diff options
Diffstat (limited to 'drivers/net/xen-netfront.c')
| -rw-r--r-- | drivers/net/xen-netfront.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/drivers/net/xen-netfront.c b/drivers/net/xen-netfront.c index c749bdba214c..3c3dd403f5dd 100644 --- a/drivers/net/xen-netfront.c +++ b/drivers/net/xen-netfront.c | |||
| @@ -1794,10 +1794,10 @@ static struct xenbus_driver netfront = { | |||
| 1794 | 1794 | ||
| 1795 | static int __init netif_init(void) | 1795 | static int __init netif_init(void) | 
| 1796 | { | 1796 | { | 
| 1797 | if (!is_running_on_xen()) | 1797 | if (!xen_domain()) | 
| 1798 | return -ENODEV; | 1798 | return -ENODEV; | 
| 1799 | 1799 | ||
| 1800 | if (is_initial_xendomain()) | 1800 | if (xen_initial_domain()) | 
| 1801 | return 0; | 1801 | return 0; | 
| 1802 | 1802 | ||
| 1803 | printk(KERN_INFO "Initialising Xen virtual ethernet driver.\n"); | 1803 | printk(KERN_INFO "Initialising Xen virtual ethernet driver.\n"); | 
| @@ -1809,7 +1809,7 @@ module_init(netif_init); | |||
| 1809 | 1809 | ||
| 1810 | static void __exit netif_exit(void) | 1810 | static void __exit netif_exit(void) | 
| 1811 | { | 1811 | { | 
| 1812 | if (is_initial_xendomain()) | 1812 | if (xen_initial_domain()) | 
| 1813 | return; | 1813 | return; | 
| 1814 | 1814 | ||
| 1815 | xenbus_unregister_driver(&netfront); | 1815 | xenbus_unregister_driver(&netfront); | 
