Skip to content

Commit

Permalink
x86/hwmon: remove inclusion of unnecessary headers from {core, pkg, v…
Browse files Browse the repository at this point in the history
…ia-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>
  • Loading branch information
Jan Beulich authored and Guenter Roeck committed Oct 25, 2010
1 parent e0a8755 commit 9401ba1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion drivers/hwmon/coretemp.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
*/

#include <linux/module.h>
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/jiffies.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/hwmon/pkgtemp.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
*/

#include <linux/module.h>
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/jiffies.h>
Expand Down
2 changes: 0 additions & 2 deletions drivers/hwmon/via-cputemp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9401ba1

Please sign in to comment.