summaryrefslogtreecommitdiff
path: root/drivers/hwmon/dell-smm-hwmon.c
diff options
context:
space:
mode:
authorArmin Wolf <W_Armin@gmx.de>2021-09-27 00:10:44 +0200
committerGuenter Roeck <linux@roeck-us.net>2021-10-12 07:22:42 -0700
commit8a0c75a1c3990ebe8383914781cec347c1576ae6 (patch)
treeea7943a56657fb72fbe1e6b8194373a7f0a62db5 /drivers/hwmon/dell-smm-hwmon.c
parent9a094b758da7180ed95811615c1f0711a888e923 (diff)
hwmon: (dell-smm) Remove unnecessary includes
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>
Diffstat (limited to 'drivers/hwmon/dell-smm-hwmon.c')
-rw-r--r--drivers/hwmon/dell-smm-hwmon.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/hwmon/dell-smm-hwmon.c b/drivers/hwmon/dell-smm-hwmon.c
index 774c1b0715d9..5936f2f812d4 100644
--- 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>