From: Guenter Roeck Date: Sun, 8 Jun 2025 04:02:15 +0000 (-0700) Subject: hwmon: (tmp108) Drop mutex.h include X-Git-Tag: v6.19-rc1~148^2~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a4bbd20a879b66dddb563698345b0ae24d810a6;p=thirdparty%2Fkernel%2Flinux.git hwmon: (tmp108) Drop mutex.h include The driver does not perform any locking, so including mutex.h is not necessary. Drop it. Signed-off-by: Guenter Roeck --- diff --git a/drivers/hwmon/tmp108.c b/drivers/hwmon/tmp108.c index a971ff628435b..60a237cbedbc1 100644 --- a/drivers/hwmon/tmp108.c +++ b/drivers/hwmon/tmp108.c @@ -10,7 +10,6 @@ #include #include #include -#include #include #include #include