Skip to content

Commit

Permalink
hwmon: (dell-smm) Remove unnecessary includes
Browse files Browse the repository at this point in the history
sched.h and io.h are not used anywhere in dell-smm-hwmon.c.

Signed-off-by: Armin Wolf <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Guenter Roeck <[email protected]>
  • Loading branch information
Wer-Wolf authored and groeck committed Oct 12, 2021
1 parent 9a094b7 commit 8a0c75a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/hwmon/dell-smm-hwmon.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
#include <linux/mutex.h>
#include <linux/hwmon.h>
#include <linux/uaccess.h>
#include <linux/io.h>
#include <linux/sched.h>
#include <linux/ctype.h>
#include <linux/smp.h>

Expand Down

0 comments on commit 8a0c75a

Please sign in to comment.