|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH 5/6] netfront: remove /proc interface
Thanks Steve, I had similar in the queue, with only this small
interdiff.
--- linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c.shemminger
2006-05-18 04:18:03.000000000 -0400
+++ linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c 2006-05-18
04:18:32.000000000 -0400
@@ -43,7 +43,6 @@
#include <linux/skbuff.h>
#include <linux/init.h>
#include <linux/bitops.h>
-#include <linux/proc_fs.h>
#include <linux/ethtool.h>
#include <linux/in.h>
#include <net/sock.h>
@@ -1327,8 +1326,6 @@ static struct notifier_block notifier_in
static int __init netif_init(void)
{
- int err = 0;
-
if (xen_start_info->flags & SIF_INITDOMAIN)
return 0;
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|