projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a094b7
)
hwmon: (dell-smm) Remove unnecessary includes
author
Armin Wolf
<W_Armin@gmx.de>
Sun, 26 Sep 2021 22:10:44 +0000
(
00:10
+0200)
committer
Guenter Roeck
<linux@roeck-us.net>
Tue, 12 Oct 2021 14:22:42 +0000
(07:22 -0700)
sched.h and io.h are not used anywhere in dell-smm-hwmon.c.
Signed-off-by: Armin Wolf <W_Armin@gmx.de>
Link:
https://lore.kernel.org/r/20210926221044.14327-3-W_Armin@gmx.de
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/dell-smm-hwmon.c
patch
|
blob
|
history
diff --git
a/drivers/hwmon/dell-smm-hwmon.c
b/drivers/hwmon/dell-smm-hwmon.c
index 774c1b0715d914622c62e6368c2d168a1dda2e35..5936f2f812d46546eb3ac04cd6c570e0b6f08b6f 100644
(file)
--- a/
drivers/hwmon/dell-smm-hwmon.c
+++ b/
drivers/hwmon/dell-smm-hwmon.c
@@
-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>