diff options
Diffstat (limited to 'drivers/hwmon/i5k_amb.c')
-rw-r--r-- | drivers/hwmon/i5k_amb.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/hwmon/i5k_amb.c b/drivers/hwmon/i5k_amb.c index 2ede9388096b..27d7f72a5f11 100644 --- a/drivers/hwmon/i5k_amb.c +++ b/drivers/hwmon/i5k_amb.c | |||
@@ -490,6 +490,13 @@ static unsigned long chipset_ids[] = { | |||
490 | 0 | 490 | 0 |
491 | }; | 491 | }; |
492 | 492 | ||
493 | static struct pci_device_id i5k_amb_ids[] __devinitdata = { | ||
494 | { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_5000_ERR) }, | ||
495 | { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_5400_ERR) }, | ||
496 | { 0, } | ||
497 | }; | ||
498 | MODULE_DEVICE_TABLE(pci, i5k_amb_ids); | ||
499 | |||
493 | static int __devinit i5k_amb_probe(struct platform_device *pdev) | 500 | static int __devinit i5k_amb_probe(struct platform_device *pdev) |
494 | { | 501 | { |
495 | struct i5k_amb_data *data; | 502 | struct i5k_amb_data *data; |