Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jiapeng Chong and committed by
Wei Liu
0b906085 c5989b92

-2
-2
arch/x86/hyperv/ivm.c
··· 6 6 * Tianyu Lan <Tianyu.Lan@microsoft.com> 7 7 */ 8 8 9 - #include <linux/types.h> 10 9 #include <linux/bitfield.h> 11 10 #include <linux/hyperv.h> 12 11 #include <linux/types.h> 13 - #include <linux/bitfield.h> 14 12 #include <linux/slab.h> 15 13 #include <asm/svm.h> 16 14 #include <asm/sev.h>