aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/xen-pciback/pci_stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/xen/xen-pciback/pci_stub.c')
-rw-r--r--drivers/xen/xen-pciback/pci_stub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/xen-pciback/pci_stub.c b/drivers/xen/xen-pciback/pci_stub.c
index d57a173685f3..259ba2661543 100644
--- a/drivers/xen/xen-pciback/pci_stub.c
+++ b/drivers/xen/xen-pciback/pci_stub.c
@@ -579,7 +579,7 @@ static void pcistub_remove(struct pci_dev *dev)
579 } 579 }
580} 580}
581 581
582static DEFINE_PCI_DEVICE_TABLE(pcistub_ids) = { 582static const struct pci_device_id pcistub_ids[] = {
583 { 583 {
584 .vendor = PCI_ANY_ID, 584 .vendor = PCI_ANY_ID,
585 .device = PCI_ANY_ID, 585 .device = PCI_ANY_ID,