Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b17ebc94 authored by Jean Delvare's avatar Jean Delvare Committed by Greg Kroah-Hartman
Browse files

k8temp: Enable automatic loading



Let the k8temp driver load automatically.

Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
Cc: Rudolf Marek <r.marek@sh.cvut.cz>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 29fa06c1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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)
{