From: Guenter Roeck Date: Mon, 8 Sep 2025 03:41:27 +0000 (-0700) Subject: hwmon: (mr75203) Drop unnecessary include file X-Git-Tag: v6.19-rc1~148^2~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e9c967f30a6dc57e4386c85ee5b75caee7246e8;p=thirdparty%2Fkernel%2Flinux.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 7848198f8996e..32c1e42e12781 100644 --- a/drivers/hwmon/mr75203.c +++ b/drivers/hwmon/mr75203.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include