|
@@ -41,7 +41,7 @@
|
|
|
#include "hw-me.h"
|
|
|
|
|
|
/* mei_pci_tbl - PCI Device ID Table */
|
|
|
-static DEFINE_PCI_DEVICE_TABLE(mei_me_pci_tbl) = {
|
|
|
+static const struct pci_device_id mei_me_pci_tbl[] = {
|
|
|
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, MEI_DEV_ID_82946GZ)},
|
|
|
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, MEI_DEV_ID_82G35)},
|
|
|
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, MEI_DEV_ID_82Q965)},
|