From: Christophe JAILLET Date: Sun, 13 Nov 2022 09:13:16 +0000 (+0100) Subject: hwmon: Remove some useless #include X-Git-Tag: v6.6.17~5951^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=07619140e2a12484ea262b8845fd09e099f843a8;p=platform%2Fkernel%2Flinux-rpi.git 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 --- 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