igb: Cleanups to replace deprecated DEFINE_PCI_DEVICE_TABLE
[deliverable/linux.git] / drivers / net / ethernet / intel / igb / igb_main.c
index 099a94e2f5207d63fb61eac3a476c21b0ae60566..d27097b88de57bb22197a8c9b5ae4f853b68d156 100644 (file)
@@ -72,7 +72,7 @@ static const struct e1000_info *igb_info_tbl[] = {
        [board_82575] = &e1000_82575_info,
 };
 
-static DEFINE_PCI_DEVICE_TABLE(igb_pci_tbl) = {
+static const struct pci_device_id igb_pci_tbl[] = {
        { PCI_VDEVICE(INTEL, E1000_DEV_ID_I354_BACKPLANE_1GBPS) },
        { PCI_VDEVICE(INTEL, E1000_DEV_ID_I354_SGMII) },
        { PCI_VDEVICE(INTEL, E1000_DEV_ID_I354_BACKPLANE_2_5GBPS) },
This page took 0.024079 seconds and 5 git commands to generate.