[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <53d3823c-1ec3-56a3-e20f-5dfdbd2b02f5@roeck-us.net>
Date: Mon, 17 Jul 2023 17:30:36 -0700
From: Guenter Roeck <linux@...ck-us.net>
To: Yang Li <yang.lee@...ux.alibaba.com>, jdelvare@...e.com
Cc: linux-hwmon@...r.kernel.org, linux-kernel@...r.kernel.org,
Abaci Robot <abaci@...ux.alibaba.com>
Subject: Re: [PATCH -next] hwmon: Remove duplicated include in lm75.c
On 7/17/23 17:28, Yang Li wrote:
> ./drivers/hwmon/lm75.c: linux/of.h is included more than once.
>
> Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5900
> Signed-off-by: Yang Li <yang.lee@...ux.alibaba.com>
Already fixed in hwmon-next.
Guenter
> ---
> drivers/hwmon/lm75.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/hwmon/lm75.c b/drivers/hwmon/lm75.c
> index 72cdc405a3b0..bcfa8193e5e7 100644
> --- a/drivers/hwmon/lm75.c
> +++ b/drivers/hwmon/lm75.c
> @@ -14,7 +14,6 @@
> #include <linux/hwmon-sysfs.h>
> #include <linux/err.h>
> #include <linux/of.h>
> -#include <linux/of.h>
> #include <linux/regmap.h>
> #include <linux/util_macros.h>
> #include <linux/regulator/consumer.h>
Powered by blists - more mailing lists