Skip to content

Commit

Permalink
k8temp: Enable automatic loading
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jean Delvare authored and Greg Kroah-Hartman committed Sep 28, 2006
1 parent 29fa06c commit b17ebc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/hwmon/k8temp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit b17ebc9

Please sign in to comment.