From 44bd91bca9d95339a7791b1eaa0186f4fad9e857 Mon Sep 17 00:00:00 2001 From: Guenter Roeck Date: Mon, 9 Jun 2025 06:49:07 -0700 Subject: [PATCH] hwmon: (tmp103) Drop unnecessary include files The driver does not perform any locking, does not sleep or check the time, and does not create sysfs attributes. Drop the unnecessary include files. Signed-off-by: Guenter Roeck --- drivers/hwmon/tmp103.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/hwmon/tmp103.c b/drivers/hwmon/tmp103.c index f271a03e05aea..221bba8a215d8 100644 --- a/drivers/hwmon/tmp103.c +++ b/drivers/hwmon/tmp103.c @@ -14,11 +14,8 @@ #include #include #include -#include #include -#include #include -#include #include #define TMP103_TEMP_REG 0x00 -- 2.47.3