x86/hyperv: Remove duplicate include
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Wed, 27 Oct 2021 08:57:02 +0000 (16:57 +0800)
committerWei Liu <wei.liu@kernel.org>
Thu, 28 Oct 2021 11:36:34 +0000 (11:36 +0000)
Clean up the following includecheck warning:

./arch/x86/hyperv/ivm.c: linux/bitfield.h is included more than once.
./arch/x86/hyperv/ivm.c: linux/types.h is included more than once.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Link: https://lore.kernel.org/r/1635325022-99889-1-git-send-email-jiapeng.chong@linux.alibaba.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
arch/x86/hyperv/ivm.c

index 4d012fd9d95d91ebecc30aa83c555369fc41a174..69c7a57f3307548e56ec17fd9d2d92e4671861e5 100644 (file)
@@ -6,11 +6,9 @@
  *  Tianyu Lan <Tianyu.Lan@microsoft.com>
  */
 
-#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>