Displaying 1 result from an estimated 1 matches for "blktap_id".
Did you mean:
blktap_ids
2008 Mar 05
0
[PATCH] linux: properly qualify all static ''struct xenbus_device_id'' instances
...head-2008-02-26.orig/drivers/xen/blktap/xenbus.c 2008-03-05 16:30:44.000000000 +0100
+++ head-2008-02-26/drivers/xen/blktap/xenbus.c 2008-03-05 08:58:22.000000000 +0100
@@ -463,7 +463,7 @@ static int connect_ring(struct backend_i
/* ** Driver Registration ** */
-static struct xenbus_device_id blktap_ids[] = {
+static const struct xenbus_device_id blktap_ids[] = {
{ "tap" },
{ "" }
};
Index: head-2008-02-26/drivers/xen/fbfront/xenfb.c
===================================================================
--- head-2008-02-26.orig/drivers/xen/fbfront/xenfb.c 2008-03-05 16:30:44...