Skip to content

Commit c5989b9

Browse files
Wan Jiabingliuw
authored andcommitted
x86/hyperv: Remove duplicated include in hv_init
Fix following checkinclude.pl warning: ./arch/x86/hyperv/hv_init.c: linux/io.h is included more than once. The include is in line 13. Remove the duplicated here. Signed-off-by: Wan Jiabing <wanjiabing@vivo.com> Link: https://lore.kernel.org/r/20211026113249.30481-1-wanjiabing@vivo.com Signed-off-by: Wei Liu <wei.liu@kernel.org>
1 parent 20cf661 commit c5989b9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arch/x86/hyperv/hv_init.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#include <linux/kexec.h>
2121
#include <linux/version.h>
2222
#include <linux/vmalloc.h>
23-
#include <linux/io.h>
2423
#include <linux/mm.h>
2524
#include <linux/hyperv.h>
2625
#include <linux/slab.h>

0 commit comments

Comments
 (0)