From: Guenter Roeck Date: Mon, 8 Sep 2025 03:41:27 +0000 (-0700) Subject: hwmon: (mr75203) Drop unnecessary include file X-Git-Tag: ceph-for-6.19-rc5~242^2~54 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3e9c967f30a6dc57e4386c85ee5b75caee7246e8;p=ceph-client.git 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 --- 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 #include #include -#include #include #include #include