From: Guenter Roeck Date: Mon, 9 Jun 2025 13:49:07 +0000 (-0700) Subject: hwmon: (tmp103) Drop unnecessary include files X-Git-Tag: v6.19-rc1~148^2~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44bd91bca9d95339a7791b1eaa0186f4fad9e857;p=thirdparty%2Fkernel%2Flinux.git 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 --- 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