diff options
-rw-r--r-- | drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c b/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c index 43bb0123d456..5f90ec5f7519 100644 --- a/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c +++ b/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c | |||
@@ -2905,7 +2905,7 @@ static void cxgb4vf_pci_shutdown(struct pci_dev *pdev) | |||
2905 | #define CH_DEVICE(devid, idx) \ | 2905 | #define CH_DEVICE(devid, idx) \ |
2906 | { PCI_VENDOR_ID_CHELSIO, devid, PCI_ANY_ID, PCI_ANY_ID, 0, 0, idx } | 2906 | { PCI_VENDOR_ID_CHELSIO, devid, PCI_ANY_ID, PCI_ANY_ID, 0, 0, idx } |
2907 | 2907 | ||
2908 | static struct pci_device_id cxgb4vf_pci_tbl[] = { | 2908 | static DEFINE_PCI_DEVICE_TABLE(cxgb4vf_pci_tbl) = { |
2909 | CH_DEVICE(0xb000, 0), /* PE10K FPGA */ | 2909 | CH_DEVICE(0xb000, 0), /* PE10K FPGA */ |
2910 | CH_DEVICE(0x4800, 0), /* T440-dbg */ | 2910 | CH_DEVICE(0x4800, 0), /* T440-dbg */ |
2911 | CH_DEVICE(0x4801, 0), /* T420-cr */ | 2911 | CH_DEVICE(0x4801, 0), /* T420-cr */ |