aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/hyperv/ivm.c
diff options
context:
space:
mode:
authorGravatar Jiapeng Chong <jiapeng.chong@linux.alibaba.com> 2021-10-27 16:57:02 +0800
committerGravatar Wei Liu <wei.liu@kernel.org> 2021-10-28 11:36:34 +0000
commit0b9060852344cdaa3b415f807943d71e488c4eec (patch)
treea1038e69258290db0aa3248920a68ec35fe6168c /arch/x86/hyperv/ivm.c
parentx86/hyperv: Remove duplicated include in hv_init (diff)
downloadlinux-0b9060852344cdaa3b415f807943d71e488c4eec.tar.gz
linux-0b9060852344cdaa3b415f807943d71e488c4eec.tar.bz2
linux-0b9060852344cdaa3b415f807943d71e488c4eec.zip
x86/hyperv: Remove duplicate include
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>
Diffstat (limited to 'arch/x86/hyperv/ivm.c')
-rw-r--r--arch/x86/hyperv/ivm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/hyperv/ivm.c b/arch/x86/hyperv/ivm.c
index 4d012fd9d95d..69c7a57f3307 100644
--- a/arch/x86/hyperv/ivm.c
+++ b/arch/x86/hyperv/ivm.c
@@ -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>