From: Zheng Yongjun Date: Fri, 26 Mar 2021 06:49:42 +0000 (+0800) Subject: x86/hyperv: remove unused linux/version.h header X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=90b9bfa4707c85c02cc1b22b57bc8abc24a6a5f0;p=linux.git x86/hyperv: remove unused linux/version.h header That header is not needed in hv_proc.c. Reported-by: Hulk Robot Signed-off-by: Yongjun Zheng Link: https://lore.kernel.org/r/20210326064942.3263776-1-zhengyongjun3@huawei.com Signed-off-by: Wei Liu --- diff --git a/arch/x86/hyperv/hv_proc.c b/arch/x86/hyperv/hv_proc.c index 60461e598239..27e17ad3ba49 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 -#include #include #include #include