From: Jiapeng Chong Date: Wed, 27 Oct 2021 08:57:02 +0000 (+0800) Subject: x86/hyperv: Remove duplicate include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0b9060852344cdaa3b415f807943d71e488c4eec;p=linux.git 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 Signed-off-by: Jiapeng Chong Link: https://lore.kernel.org/r/1635325022-99889-1-git-send-email-jiapeng.chong@linux.alibaba.com Signed-off-by: Wei Liu --- diff --git a/arch/x86/hyperv/ivm.c b/arch/x86/hyperv/ivm.c index 4d012fd9d95d9..69c7a57f33075 100644 --- a/arch/x86/hyperv/ivm.c +++ b/arch/x86/hyperv/ivm.c @@ -6,11 +6,9 @@ * Tianyu Lan */ -#include #include #include #include -#include #include #include #include