PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
[deliverable/linux.git] / drivers / net / ethernet / silan / sc92031.c
index 7daa7d433099d0d739bf28db8e6238efa2bd4c31..7426f8b21252c1df07cd5330b8dd94a484112972 100644 (file)
@@ -1561,7 +1561,7 @@ out:
        return 0;
 }
 
-static DEFINE_PCI_DEVICE_TABLE(sc92031_pci_device_id_table) = {
+static const struct pci_device_id sc92031_pci_device_id_table[] = {
        { PCI_DEVICE(PCI_VENDOR_ID_SILAN, 0x2031) },
        { PCI_DEVICE(PCI_VENDOR_ID_SILAN, 0x8139) },
        { PCI_DEVICE(0x1088, 0x2031) },
This page took 0.038066 seconds and 5 git commands to generate.