diff options
-rw-r--r-- | drivers/watchdog/sp5100_tco.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/watchdog/sp5100_tco.c b/drivers/watchdog/sp5100_tco.c index ef039f8bc555..0ccadb44b609 100644 --- a/drivers/watchdog/sp5100_tco.c +++ b/drivers/watchdog/sp5100_tco.c | |||
@@ -308,6 +308,8 @@ static const struct pci_device_id sp5100_tco_pci_tbl[] = { | |||
308 | PCI_ANY_ID, }, | 308 | PCI_ANY_ID, }, |
309 | { PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_HUDSON2_SMBUS, PCI_ANY_ID, | 309 | { PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_HUDSON2_SMBUS, PCI_ANY_ID, |
310 | PCI_ANY_ID, }, | 310 | PCI_ANY_ID, }, |
311 | { PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_KERNCZ_SMBUS, PCI_ANY_ID, | ||
312 | PCI_ANY_ID, }, | ||
311 | { 0, }, /* End of list */ | 313 | { 0, }, /* End of list */ |
312 | }; | 314 | }; |
313 | MODULE_DEVICE_TABLE(pci, sp5100_tco_pci_tbl); | 315 | MODULE_DEVICE_TABLE(pci, sp5100_tco_pci_tbl); |