From c5989b92fdd0fea343b1422d1a5fcf1ee04bb9ce Mon Sep 17 00:00:00 2001 From: Wan Jiabing Date: Tue, 26 Oct 2021 07:32:49 -0400 Subject: [PATCH] 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 Link: https://lore.kernel.org/r/20211026113249.30481-1-wanjiabing@vivo.com Signed-off-by: Wei Liu --- arch/x86/hyperv/hv_init.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/hyperv/hv_init.c b/arch/x86/hyperv/hv_init.c index a16a83e46a30..4fb7c7bb164e 100644 --- a/arch/x86/hyperv/hv_init.c +++ b/arch/x86/hyperv/hv_init.c @@ -20,7 +20,6 @@ #include #include #include -#include #include #include #include