[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20210406105954.g2rewdjgv6sqgjh5@liuwe-devbox-debian-v2>
Date: Tue, 6 Apr 2021 10:59:54 +0000
From: Wei Liu <wei.liu@...nel.org>
To: Yang Li <yang.lee@...ux.alibaba.com>
Cc: kys@...rosoft.com, haiyangz@...rosoft.com, sthemmin@...rosoft.com,
wei.liu@...nel.org, tglx@...utronix.de, mingo@...hat.com,
bp@...en8.de, x86@...nel.org, hpa@...or.com,
linux-hyperv@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] x86/hyperv: remove unused including <linux/version.h>
On Tue, Apr 06, 2021 at 09:56:35AM +0800, Yang Li wrote:
> Fix the following versioncheck warning:
> ./arch/x86/hyperv/hv_proc.c: 3 linux/version.h not needed.
>
> Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
> Signed-off-by: Yang Li <yang.lee@...ux.alibaba.com>
Thanks for the patch. This is already reported and fixed in hyperv-next
by Huawei's Hulk bot.
Wei.
> ---
> arch/x86/hyperv/hv_proc.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/x86/hyperv/hv_proc.c b/arch/x86/hyperv/hv_proc.c
> index 60461e5..27e17ad 100644
> --- a/arch/x86/hyperv/hv_proc.c
> +++ b/arch/x86/hyperv/hv_proc.c
> @@ -1,6 +1,5 @@
> // SPDX-License-Identifier: GPL-2.0
> #include <linux/types.h>
> -#include <linux/version.h>
> #include <linux/vmalloc.h>
> #include <linux/mm.h>
> #include <linux/clockchips.h>
> --
> 1.8.3.1
>
Powered by blists - more mailing lists