diff options
author | Jan Beulich <jbeulich@novell.com> | 2010-09-13 14:32:08 +0400 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2010-10-26 01:11:20 +0400 |
commit | 9401ba13281f9cf36c85d4f8d3a52f9655e69b58 (patch) | |
tree | 6bd3181106f0a31c946d71e47c94183381a770bb /drivers/hwmon/via-cputemp.c | |
parent | e0a8755b6b701b3397c4c23ff182b7eb6ac6fe26 (diff) | |
download | linux-9401ba13281f9cf36c85d4f8d3a52f9655e69b58.tar.xz |
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 'drivers/hwmon/via-cputemp.c')
-rw-r--r-- | drivers/hwmon/via-cputemp.c | 2 |
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> |