From 75616264e0cca5ead432df7236653056b35cb0fc Mon Sep 17 00:00:00 2001 From: Guenter Roeck Date: Tue, 9 Sep 2025 06:01:41 -0700 Subject: [PATCH] hwmon: (i5500_temp) Drop unnecessary include files The driver does not perform any locking, does not execute or use any sleep related functionality, and does not allocate memory. Drop the unnecessary include files. Signed-off-by: Guenter Roeck --- drivers/hwmon/i5500_temp.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/hwmon/i5500_temp.c b/drivers/hwmon/i5500_temp.c index 2a530da219499..bf006cb272b1f 100644 --- a/drivers/hwmon/i5500_temp.c +++ b/drivers/hwmon/i5500_temp.c @@ -8,13 +8,10 @@ #include #include #include -#include -#include #include #include #include #include -#include /* Register definitions from datasheet */ #define REG_TSTHRCATA 0xE2 -- 2.47.3