]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
hwmon: (mr75203) Drop unnecessary include file
authorGuenter Roeck <linux@roeck-us.net>
Mon, 8 Sep 2025 03:41:27 +0000 (20:41 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Fri, 17 Oct 2025 12:59:12 +0000 (05:59 -0700)
The driver does not perform any locking and thus does not need to
include mutex.h. Drop the unnecessary include file.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/mr75203.c

index 7848198f8996eb5629db503093857e4db1f507aa..32c1e42e1278184301243055ba54ddbcf1e8d36b 100644 (file)
@@ -14,7 +14,6 @@
 #include <linux/kstrtox.h>
 #include <linux/module.h>
 #include <linux/mod_devicetable.h>
-#include <linux/mutex.h>
 #include <linux/platform_device.h>
 #include <linux/property.h>
 #include <linux/regmap.h>