[<prev] [next>] [day] [month] [year] [list]
Message-Id: <4C8E19C80200007800015B18@vpn.id2.novell.com>
Date: Mon, 13 Sep 2010 11:32:08 +0100
From: "Jan Beulich" <JBeulich@...ell.com>
To: <khali@...ux-fr.org>
Cc: <lm-sensors@...sensors.org>, <linux-kernel@...r.kernel.org>
Subject: x86/hwmon: remove inclusion of unnecessary headers from
{core,pkg,via-cpu}temp.c
These likely originate from these drivers being clones of one another
and/or other drivers which actually needed these includes.
Signed-off-by: Jan Beulich <jbeulich@...ell.com>
---
drivers/hwmon/coretemp.c | 1 -
drivers/hwmon/pkgtemp.c | 1 -
drivers/hwmon/via-cputemp.c | 2 --
3 files changed, 4 deletions(-)
--- linux-2.6.36-rc4/drivers/hwmon/coretemp.c 2010-09-13 08:45:02.000000000 +0200
+++ 2.6.36-rc4-x86-hwmon-no-delay-h/drivers/hwmon/coretemp.c 2010-09-03 17:54:14.000000000 +0200
@@ -21,7 +21,6 @@
*/
#include <linux/module.h>
-#include <linux/delay.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/jiffies.h>
--- linux-2.6.36-rc4/drivers/hwmon/pkgtemp.c 2010-09-13 08:45:03.000000000 +0200
+++ 2.6.36-rc4-x86-hwmon-no-delay-h/drivers/hwmon/pkgtemp.c 2010-09-03 17:54:30.000000000 +0200
@@ -21,7 +21,6 @@
*/
#include <linux/module.h>
-#include <linux/delay.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/jiffies.h>
--- linux-2.6.36-rc4/drivers/hwmon/via-cputemp.c 2010-09-13 08:45:03.000000000 +0200
+++ 2.6.36-rc4-x86-hwmon-no-delay-h/drivers/hwmon/via-cputemp.c 2010-09-13 00:00:00.000000000 +0200
@@ -22,10 +22,8 @@
*/
#include <linux/module.h>
-#include <linux/delay.h>
#include <linux/init.h>
#include <linux/slab.h>
-#include <linux/jiffies.h>
#include <linux/hwmon.h>
#include <linux/sysfs.h>
#include <linux/hwmon-sysfs.h>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists