浏览代码

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 年之前
父节点
当前提交
9401ba1328
共有 3 个文件被更改,包括 0 次插入4 次删除
  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>