]> err.no Git - linux-2.6/blobdiff - drivers/hwmon/k8temp.c
hwmon: Fix unchecked return status, batch 6
[linux-2.6] / drivers / hwmon / k8temp.c
index 50162ffa88326729e176d4abeb2e815eb15160c1..f58b64ed09e3fa06eaa512aaa90d4a1bf04b9c80 100644 (file)
@@ -133,6 +133,8 @@ static struct pci_device_id k8temp_ids[] = {
        { 0 },
 };
 
+MODULE_DEVICE_TABLE(pci, k8temp_ids);
+
 static int __devinit k8temp_probe(struct pci_dev *pdev,
                                  const struct pci_device_id *id)
 {