]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/hwmon/coretemp.c
hwmon: (coretemp) Fix harmless build warning
[net-next-2.6.git] / drivers / hwmon / coretemp.c
index c070c9714cbe2fa84646b41626655b4c51a7157e..de8111114f469ec21567a5781349bb0d7f7cbc98 100644 (file)
@@ -518,7 +518,6 @@ static struct notifier_block coretemp_cpu_notifier __refdata = {
 static int __init coretemp_init(void)
 {
        int i, err = -ENODEV;
-       struct pdev_entry *p, *n;
 
        /* quick check if we run Intel */
        if (cpu_data(0).x86_vendor != X86_VENDOR_INTEL)