From 9a4bbd20a879b66dddb563698345b0ae24d810a6 Mon Sep 17 00:00:00 2001 From: Guenter Roeck Date: Sat, 7 Jun 2025 21:02:15 -0700 Subject: [PATCH] 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 --- drivers/hwmon/tmp108.c | 1 - 1 file changed, 1 deletion(-) 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 -- 2.47.3