dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Jan Beulich 2010-09-13 10:32:08 +00:00 committed by Guenter Roeck
parent e0a8755b6b
commit 9401ba1328
3 changed files with 0 additions and 4 deletions

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

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

View File

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