atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)
[deliverable/linux.git] / drivers / atm / idt77252.c
index 558ad186942546d4a8500a337257d037704cd02c..1679cbf0c5840ace7e8e47f682601f7d35a1273a 100644 (file)
@@ -3779,8 +3779,7 @@ err_out_disable_pdev:
 
 static struct pci_device_id idt77252_pci_tbl[] =
 {
-       { PCI_VENDOR_ID_IDT, PCI_DEVICE_ID_IDT_IDT77252,
-         PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
+       { PCI_VDEVICE(IDT, PCI_DEVICE_ID_IDT_IDT77252), 0 },
        { 0, }
 };
 
This page took 0.025793 seconds and 5 git commands to generate.