[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211027090544.2383-1-ran.jianping@zte.com.cn>
Date: Wed, 27 Oct 2021 09:05:44 +0000
From: cgel.zte@...il.com
To: kys@...rosoft.com
Cc: haiyangz@...rosoft.com, sthemmin@...rosoft.com, wei.liu@...nel.org,
decui@...rosoft.com, tglx@...utronix.de, mingo@...hat.com,
bp@...en8.de, dave.hansen@...ux.intel.com, x86@...nel.org,
hpa@...or.com, linux-hyperv@...r.kernel.org,
linux-kernel@...r.kernel.org,
ran jianping <ran.jianping@....com.cn>,
Zeal Robot <zealci@....com.cn>
Subject: [PATCH] x86/hyperv: remove duplicate include in ivm.c
From: ran jianping <ran.jianping@....com.cn>
'linux/types.h' included in 'arch/x86/hyperv/ivm.c'
is duplicated.It is also included on the 12 line.
'linux/bitfield.h'included in 'arch/x86/hyperv/ivm.c'
is duplicated.It is also included on the 13 line.
Reported-by: Zeal Robot <zealci@....com.cn>
Signed-off-by: ran jianping <ran.jianping@....com.cn>
---
arch/x86/hyperv/ivm.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/x86/hyperv/ivm.c b/arch/x86/hyperv/ivm.c
index 4d012fd9d95d..479201ceae8e 100644
--- a/arch/x86/hyperv/ivm.c
+++ b/arch/x86/hyperv/ivm.c
@@ -9,8 +9,6 @@
#include <linux/types.h>
#include <linux/bitfield.h>
#include <linux/hyperv.h>
-#include <linux/types.h>
-#include <linux/bitfield.h>
#include <linux/slab.h>
#include <asm/svm.h>
#include <asm/sev.h>
--
2.25.1
Powered by blists - more mailing lists