summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2025-09-07 20:41:27 -0700
committerGuenter Roeck <linux@roeck-us.net>2025-10-17 05:59:12 -0700
commit3e9c967f30a6dc57e4386c85ee5b75caee7246e8 (patch)
treeaa3d303ea93e70356f41511b4f09823f172c9ee2
parent8b932c6af4430a3c48aa291f0df63f28298a4af2 (diff)
downloadlinux-3e9c967f30a6dc57e4386c85ee5b75caee7246e8.tar.gz
linux-3e9c967f30a6dc57e4386c85ee5b75caee7246e8.zip
hwmon: (mr75203) Drop unnecessary include file
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>
-rw-r--r--drivers/hwmon/mr75203.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/mr75203.c b/drivers/hwmon/mr75203.c
index 7848198f8996..32c1e42e1278 100644
--- a/drivers/hwmon/mr75203.c
+++ b/drivers/hwmon/mr75203.c
@@ -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>