From: Guenter Roeck Date: Mon, 9 Jun 2025 13:49:07 +0000 (-0700) Subject: hwmon: (tmp103) Drop unnecessary include files X-Git-Tag: ceph-for-6.19-rc5~242^2~76 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=44bd91bca9d95339a7791b1eaa0186f4fad9e857;p=ceph-client.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 f271a03e05ae..221bba8a215d 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