Browse Source

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@novell.com>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Jan Beulich 14 years ago
parent
commit
9401ba1328
3 changed files with 0 additions and 4 deletions
  1. 0 1
      drivers/hwmon/coretemp.c
  2. 0 1
      drivers/hwmon/pkgtemp.c
  3. 0 2
      drivers/hwmon/via-cputemp.c

+ 0 - 1
drivers/hwmon/coretemp.c

@@ -21,7 +21,6 @@
  */
 
 #include <linux/module.h>
-#include <linux/delay.h>
 #include <linux/init.h>
 #include <linux/slab.h>
 #include <linux/jiffies.h>

+ 0 - 1
drivers/hwmon/pkgtemp.c

@@ -21,7 +21,6 @@
  */
 
 #include <linux/module.h>
-#include <linux/delay.h>
 #include <linux/init.h>
 #include <linux/slab.h>
 #include <linux/jiffies.h>

+ 0 - 2
drivers/hwmon/via-cputemp.c

@@ -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>