diff options
| author | Guenter Roeck <linux@roeck-us.net> | 2025-09-07 13:51:50 -0700 |
|---|---|---|
| committer | Guenter Roeck <linux@roeck-us.net> | 2025-10-15 11:02:43 -0700 |
| commit | bc003fbc77a04059527ef403effb363764ddf38c (patch) | |
| tree | ced3e1aec6f4eb3a939a8ab6f0071f4550dca507 | |
| parent | 9ad270bf4dcc0a8d8a0c13dda308c4df5cdd109b (diff) | |
hwmon: (nct7363) Drop unnecessary include files
The driver does not perform any locking and does not create sysfs
attributes. Drop the unnecessary include files.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
| -rw-r--r-- | drivers/hwmon/nct7363.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/hwmon/nct7363.c b/drivers/hwmon/nct7363.c index e13ab918b1ab..71cef794835d 100644 --- a/drivers/hwmon/nct7363.c +++ b/drivers/hwmon/nct7363.c @@ -7,10 +7,8 @@ #include <linux/bits.h> #include <linux/err.h> #include <linux/hwmon.h> -#include <linux/hwmon-sysfs.h> #include <linux/i2c.h> #include <linux/module.h> -#include <linux/mutex.h> #include <linux/regmap.h> #include <linux/slab.h> |