Message ID | 20210926221044.14327-3-W_Armin@gmx.de (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | hwmon: (dell-smm) Support additional attributes | expand |
On Mon, Sep 27, 2021 at 12:10:44AM +0200, W_Armin@gmx.de wrote: > From: Armin Wolf <W_Armin@gmx.de> > > sched.h and io.h are not used anywhere in dell-smm-hwmon.c. > > Signed-off-by: Armin Wolf <W_Armin@gmx.de> Applied. Thanks, Guenter > --- > drivers/hwmon/dell-smm-hwmon.c | 2 -- > 1 file changed, 2 deletions(-) > > -- > 2.20.1 > > diff --git a/drivers/hwmon/dell-smm-hwmon.c b/drivers/hwmon/dell-smm-hwmon.c > index 476f2a74bd8c..af0d0d2b6e99 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>
diff --git a/drivers/hwmon/dell-smm-hwmon.c b/drivers/hwmon/dell-smm-hwmon.c index 476f2a74bd8c..af0d0d2b6e99 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>