PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
[cascardo/linux.git] / drivers / net / ethernet / atheros / alx / main.c
index 49faa97..e398eda 100644 (file)
@@ -1527,7 +1527,7 @@ static const struct pci_error_handlers alx_err_handlers = {
        .resume         = alx_pci_error_resume,
 };
 
-static DEFINE_PCI_DEVICE_TABLE(alx_pci_tbl) = {
+static const struct pci_device_id alx_pci_tbl[] = {
        { PCI_VDEVICE(ATTANSIC, ALX_DEV_ID_AR8161),
          .driver_data = ALX_DEV_QUIRK_MSI_INTX_DISABLE_BUG },
        { PCI_VDEVICE(ATTANSIC, ALX_DEV_ID_E2200),