aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/via-cputemp.c
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2010-09-13 10:32:08 +0000
committerGuenter Roeck <guenter.roeck@ericsson.com>2010-10-25 14:11:20 -0700
commit9401ba13281f9cf36c85d4f8d3a52f9655e69b58 (patch)
tree6bd3181106f0a31c946d71e47c94183381a770bb /drivers/hwmon/via-cputemp.c
parentx86/hwmon: (coretemp) cosmetic cleanup (diff)
downloadlinux-dev-9401ba13281f9cf36c85d4f8d3a52f9655e69b58.tar.xz
linux-dev-9401ba13281f9cf36c85d4f8d3a52f9655e69b58.zip
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>
Diffstat (limited to '')
-rw-r--r--drivers/hwmon/via-cputemp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/hwmon/via-cputemp.c b/drivers/hwmon/via-cputemp.c
index 497bd231e241..ba7839b29684 100644
--- a/drivers/hwmon/via-cputemp.c
+++ b/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>