]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
x86/hwmon: remove inclusion of unnecessary headers from {core, pkg, via-cpu}temp.c
authorJan Beulich <jbeulich@novell.com>
Mon, 13 Sep 2010 10:32:08 +0000 (10:32 +0000)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Mon, 25 Oct 2010 21:11:20 +0000 (14:11 -0700)
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@novell.com>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
drivers/hwmon/coretemp.c
drivers/hwmon/pkgtemp.c
drivers/hwmon/via-cputemp.c

index b7084b383703a8cfe2d34a4a77c359404ea03833..b4aea20ea076bd95412a1af839b94dd5a10e99c4 100644 (file)
@@ -21,7 +21,6 @@
  */
 
 #include <linux/module.h>
-#include <linux/delay.h>
 #include <linux/init.h>
 #include <linux/slab.h>
 #include <linux/jiffies.h>
index db5352c20946e77c87c586871620648255989dd1..c9f652d84ea16f505f71ccb0304c65a020f209b1 100644 (file)
@@ -21,7 +21,6 @@
  */
 
 #include <linux/module.h>
-#include <linux/delay.h>
 #include <linux/init.h>
 #include <linux/slab.h>
 #include <linux/jiffies.h>
index 497bd231e241e1e9a1e22191137a3ecf69061984..ba7839b29684d7fc601624849664744f3b0841aa 100644 (file)
  */
 
 #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>