Displaying 1 result from an estimated 1 matches for "xenpci_id".
Did you mean:
xenpci_ids
2008 Mar 05
0
[PATCH] linux: properly qualify all static ''struct xenbus_device_id'' instances
...==============
--- head-2008-02-26.orig/drivers/xen/pciback/xenbus.c 2008-03-05 16:30:44.000000000 +0100
+++ head-2008-02-26/drivers/xen/pciback/xenbus.c 2008-03-05 08:59:30.000000000 +0100
@@ -651,7 +651,7 @@ static int pciback_xenbus_remove(struct
return 0;
}
-static struct xenbus_device_id xenpci_ids[] = {
+static const struct xenbus_device_id xenpci_ids[] = {
{"pci"},
{{0}},
};
Index: head-2008-02-26/drivers/xen/pcifront/xenbus.c
===================================================================
--- head-2008-02-26.orig/drivers/xen/pcifront/xenbus.c 2008-03-05 16:30:44.0000000...