From 04e965717f5d45e59912800c7ee587e043b075ac Mon Sep 17 00:00:00 2001 From: Guenter Roeck Date: Mon, 9 Jun 2025 06:51:14 -0700 Subject: [PATCH] hwmon: (tmp102) Drop unnecessary include files The driver does not perform any locking and does not create sysfs attributes. Drop the unnecessary include files. Signed-off-by: Guenter Roeck --- drivers/hwmon/tmp102.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/hwmon/tmp102.c b/drivers/hwmon/tmp102.c index 376e0eac8cc1c..5b10c395a84dd 100644 --- a/drivers/hwmon/tmp102.c +++ b/drivers/hwmon/tmp102.c @@ -10,9 +10,7 @@ #include #include #include -#include #include -#include #include #include #include -- 2.47.3