iwlwifi: Recover TX flow stall due to stuck queue
[deliverable/linux.git] / drivers / net / mlx4 / main.c
index 3cf56d90d85924551c86252ac1343226173a3630..8f6e816a7395f78dadfa12c7a64269ce820d0b7d 100644 (file)
@@ -1271,7 +1271,7 @@ int mlx4_restart_one(struct pci_dev *pdev)
        return __mlx4_init_one(pdev, NULL);
 }
 
-static struct pci_device_id mlx4_pci_table[] = {
+static DEFINE_PCI_DEVICE_TABLE(mlx4_pci_table) = {
        { PCI_VDEVICE(MELLANOX, 0x6340) }, /* MT25408 "Hermon" SDR */
        { PCI_VDEVICE(MELLANOX, 0x634a) }, /* MT25408 "Hermon" DDR */
        { PCI_VDEVICE(MELLANOX, 0x6354) }, /* MT25408 "Hermon" QDR */
This page took 0.024438 seconds and 5 git commands to generate.