projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29fa06c
)
k8temp: Enable automatic loading
author
Jean Delvare
<khali@linux-fr.org>
Mon, 28 Aug 2006 12:41:03 +0000
(14:41 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 28 Sep 2006 22:31:14 +0000
(15:31 -0700)
Let the k8temp driver load automatically.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Rudolf Marek <r.marek@sh.cvut.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/hwmon/k8temp.c
patch
|
blob
|
history
diff --git
a/drivers/hwmon/k8temp.c
b/drivers/hwmon/k8temp.c
index 50162ffa88326729e176d4abeb2e815eb15160c1..f58b64ed09e3fa06eaa512aaa90d4a1bf04b9c80 100644
(file)
--- a/
drivers/hwmon/k8temp.c
+++ b/
drivers/hwmon/k8temp.c
@@
-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)
{