]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
hwmon: (nct7363) Drop unnecessary include files
authorGuenter Roeck <linux@roeck-us.net>
Sun, 7 Sep 2025 20:51:50 +0000 (13:51 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 15 Oct 2025 18:02:43 +0000 (11:02 -0700)
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>
drivers/hwmon/nct7363.c

index e13ab918b1abe204b2dd62a2f59914b772f36c81..71cef794835df7743b32eb7a183f084c876977bd 100644 (file)
@@ -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>