Displaying 1 result from an estimated 1 matches for "netback_id".
Did you mean:
netback_ids
2008 Mar 05
0
[PATCH] linux: properly qualify all static ''struct xenbus_device_id'' instances
...ead-2008-02-26.orig/drivers/xen/netback/xenbus.c 2008-03-05 16:30:44.000000000 +0100
+++ head-2008-02-26/drivers/xen/netback/xenbus.c 2008-03-05 08:58:49.000000000 +0100
@@ -423,7 +423,7 @@ static int connect_rings(struct backend_
/* ** Driver Registration ** */
-static struct xenbus_device_id netback_ids[] = {
+static const struct xenbus_device_id netback_ids[] = {
{ "vif" },
{ "" }
};
Index: head-2008-02-26/drivers/xen/netfront/netfront.c
===================================================================
--- head-2008-02-26.orig/drivers/xen/netfront/netfront.c 2008-03-05...