[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Re: [PATCH 9/9] xen/xen-pciback: Swap over to DEFINE_PCI_DEVICE_TABLE
>>> On 13.12.10 at 19:01, Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> wrote: > Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> > --- > drivers/xen/pciback/pci_stub.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/xen/pciback/pci_stub.c b/drivers/xen/pciback/pci_stub.c > index c8f6f29..09dd60c 100644 > --- a/drivers/xen/pciback/pci_stub.c > +++ b/drivers/xen/pciback/pci_stub.c > @@ -497,7 +497,7 @@ static void pcistub_remove(struct pci_dev *dev) > } > } > > -static const struct pci_device_id pcistub_ids[] = { > +DEFINE_PCI_DEVICE_TABLE(pcistub_ids) = { > { > .vendor = PCI_ANY_ID, > .device = PCI_ANY_ID, You shouldn't drop "static" here. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |