diff options
Diffstat (limited to 'drivers/net/vmxnet3')
-rw-r--r-- | drivers/net/vmxnet3/vmxnet3_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/vmxnet3/vmxnet3_drv.c b/drivers/net/vmxnet3/vmxnet3_drv.c index 9cc438282d77..b896f9386110 100644 --- a/drivers/net/vmxnet3/vmxnet3_drv.c +++ b/drivers/net/vmxnet3/vmxnet3_drv.c | |||
@@ -35,7 +35,7 @@ char vmxnet3_driver_name[] = "vmxnet3"; | |||
35 | * PCI Device ID Table | 35 | * PCI Device ID Table |
36 | * Last entry must be all 0s | 36 | * Last entry must be all 0s |
37 | */ | 37 | */ |
38 | static const struct pci_device_id vmxnet3_pciid_table[] = { | 38 | static DEFINE_PCI_DEVICE_TABLE(vmxnet3_pciid_table) = { |
39 | {PCI_VDEVICE(VMWARE, PCI_DEVICE_ID_VMWARE_VMXNET3)}, | 39 | {PCI_VDEVICE(VMWARE, PCI_DEVICE_ID_VMWARE_VMXNET3)}, |
40 | {0} | 40 | {0} |
41 | }; | 41 | }; |