From: Guenter Roeck Date: Sun, 7 Sep 2025 20:51:50 +0000 (-0700) Subject: hwmon: (nct7363) Drop unnecessary include files X-Git-Tag: v6.19-rc1~148^2~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc003fbc77a04059527ef403effb363764ddf38c;p=thirdparty%2Flinux.git 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 --- diff --git a/drivers/hwmon/nct7363.c b/drivers/hwmon/nct7363.c index e13ab918b1abe..71cef794835df 100644 --- a/drivers/hwmon/nct7363.c +++ b/drivers/hwmon/nct7363.c @@ -7,10 +7,8 @@ #include #include #include -#include #include #include -#include #include #include