diff options
| -rw-r--r-- | arch/x86/kernel/iosf_mbi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/iosf_mbi.c b/arch/x86/kernel/iosf_mbi.c index f4ff9786a620..201a7abb1ab1 100644 --- a/arch/x86/kernel/iosf_mbi.c +++ b/arch/x86/kernel/iosf_mbi.c | |||
| @@ -201,6 +201,7 @@ static int iosf_mbi_probe(struct pci_dev *pdev, | |||
| 201 | 201 | ||
| 202 | static DEFINE_PCI_DEVICE_TABLE(iosf_mbi_pci_ids) = { | 202 | static DEFINE_PCI_DEVICE_TABLE(iosf_mbi_pci_ids) = { |
| 203 | { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x0F00) }, | 203 | { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x0F00) }, |
| 204 | { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x0958) }, | ||
| 204 | { 0, }, | 205 | { 0, }, |
| 205 | }; | 206 | }; |
| 206 | MODULE_DEVICE_TABLE(pci, iosf_mbi_pci_ids); | 207 | MODULE_DEVICE_TABLE(pci, iosf_mbi_pci_ids); |
