Skip to content

Commit 0b90608

Browse files
Jiapeng Chongliuw
authored andcommitted
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 <[email protected]> Signed-off-by: Jiapeng Chong <[email protected]> Link: https://lore.kernel.org/r/1635325022-99889-1-git-send-email-jiapeng.chong@linux.alibaba.com Signed-off-by: Wei Liu <[email protected]>
1 parent c5989b9 commit 0b90608

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/x86/hyperv/ivm.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@
66
* Tianyu Lan <[email protected]>
77
*/
88

9-
#include <linux/types.h>
109
#include <linux/bitfield.h>
1110
#include <linux/hyperv.h>
1211
#include <linux/types.h>
13-
#include <linux/bitfield.h>
1412
#include <linux/slab.h>
1513
#include <asm/svm.h>
1614
#include <asm/sev.h>

0 commit comments

Comments
 (0)