From bc003fbc77a04059527ef403effb363764ddf38c Mon Sep 17 00:00:00 2001 From: Guenter Roeck Date: Sun, 7 Sep 2025 13:51:50 -0700 Subject: [PATCH] hwmon: (nct7363) 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/nct7363.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/hwmon/nct7363.c b/drivers/hwmon/nct7363.c index e13ab918b1ab..71cef794835d 100644 --- a/drivers/hwmon/nct7363.c +++ b/drivers/hwmon/nct7363.c @@ -7,10 +7,8 @@ #include #include #include -#include #include #include -#include #include #include