|
@@ -725,7 +725,7 @@ static void ipc_remove(struct pci_dev *pdev)
|
|
|
intel_scu_devices_destroy();
|
|
|
}
|
|
|
|
|
|
-static const struct pci_device_id pci_ids[] = {
|
|
|
+static DEFINE_PCI_DEVICE_TABLE(pci_ids) = {
|
|
|
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x080e)},
|
|
|
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x082a)},
|
|
|
{ 0,}
|