diff options
| author | Guenter Roeck <linux@roeck-us.net> | 2025-06-07 21:02:15 -0700 |
|---|---|---|
| committer | Guenter Roeck <linux@roeck-us.net> | 2025-10-15 11:02:43 -0700 |
| commit | 9a4bbd20a879b66dddb563698345b0ae24d810a6 (patch) | |
| tree | 5c18145323d04a21581b564b12066ed30cde2bf3 /drivers/hwmon/tmp108.c | |
| parent | 3c1aefb3656f0fcef2644e714223595f016e57c4 (diff) | |
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 <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/tmp108.c')
| -rw-r--r-- | drivers/hwmon/tmp108.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/tmp108.c b/drivers/hwmon/tmp108.c index a971ff628435..60a237cbedbc 100644 --- a/drivers/hwmon/tmp108.c +++ b/drivers/hwmon/tmp108.c @@ -10,7 +10,6 @@ #include <linux/hwmon.h> #include <linux/mod_devicetable.h> #include <linux/module.h> -#include <linux/mutex.h> #include <linux/i2c.h> #include <linux/i3c/device.h> #include <linux/init.h> |