From 07619140e2a12484ea262b8845fd09e099f843a8 Mon Sep 17 00:00:00 2001 From: Christophe JAILLET Date: Sun, 13 Nov 2022 10:13:16 +0100 Subject: [PATCH] hwmon: Remove some useless #include is not needed for these drivers. Remove the corresponding #include. Signed-off-by: Christophe JAILLET Link: https://lore.kernel.org/r/41610f64a69bd0245ebc811fcff10ee54e93ac46.1668330765.git.christophe.jaillet@wanadoo.fr Signed-off-by: Guenter Roeck --- drivers/hwmon/vt8231.c | 1 - drivers/hwmon/w83l786ng.c | 1 - 2 files changed, 2 deletions(-) diff --git a/drivers/hwmon/vt8231.c b/drivers/hwmon/vt8231.c index 3b7f892..b7c6392 100644 --- a/drivers/hwmon/vt8231.c +++ b/drivers/hwmon/vt8231.c @@ -22,7 +22,6 @@ #include #include #include -#include #include #include #include diff --git a/drivers/hwmon/w83l786ng.c b/drivers/hwmon/w83l786ng.c index 2c4646f..5597e1c 100644 --- a/drivers/hwmon/w83l786ng.c +++ b/drivers/hwmon/w83l786ng.c @@ -16,7 +16,6 @@ #include #include #include -#include #include #include #include -- 2.7.4