aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/intel_pmc_ipc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/platform/x86/intel_pmc_ipc.c')
-rw-r--r--drivers/platform/x86/intel_pmc_ipc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/intel_pmc_ipc.c b/drivers/platform/x86/intel_pmc_ipc.c
index 9dae8434bd78..0651d47b8eeb 100644
--- a/drivers/platform/x86/intel_pmc_ipc.c
+++ b/drivers/platform/x86/intel_pmc_ipc.c
@@ -408,6 +408,7 @@ static void ipc_pci_remove(struct pci_dev *pdev)
408static const struct pci_device_id ipc_pci_ids[] = { 408static const struct pci_device_id ipc_pci_ids[] = {
409 {PCI_VDEVICE(INTEL, 0x0a94), 0}, 409 {PCI_VDEVICE(INTEL, 0x0a94), 0},
410 {PCI_VDEVICE(INTEL, 0x1a94), 0}, 410 {PCI_VDEVICE(INTEL, 0x1a94), 0},
411 {PCI_VDEVICE(INTEL, 0x5a94), 0},
411 { 0,} 412 { 0,}
412}; 413};
413MODULE_DEVICE_TABLE(pci, ipc_pci_ids); 414MODULE_DEVICE_TABLE(pci, ipc_pci_ids);