aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/hyperv
diff options
context:
space:
mode:
authorGravatar Wan Jiabing <wanjiabing@vivo.com> 2021-10-26 07:32:49 -0400
committerGravatar Wei Liu <wei.liu@kernel.org> 2021-10-28 11:27:58 +0000
commitc5989b92fdd0fea343b1422d1a5fcf1ee04bb9ce (patch)
treee5875583560df0b0bc94710e6815fca6f4d6c836 /arch/x86/hyperv
parentDrivers: hv: vmbus: Remove unused code to check for subchannels (diff)
downloadlinux-c5989b92fdd0fea343b1422d1a5fcf1ee04bb9ce.tar.gz
linux-c5989b92fdd0fea343b1422d1a5fcf1ee04bb9ce.tar.bz2
linux-c5989b92fdd0fea343b1422d1a5fcf1ee04bb9ce.zip
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>
Diffstat (limited to 'arch/x86/hyperv')
-rw-r--r--arch/x86/hyperv/hv_init.c1
1 files changed, 0 insertions, 1 deletions
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 <linux/kexec.h>
#include <linux/version.h>
#include <linux/vmalloc.h>
-#include <linux/io.h>
#include <linux/mm.h>
#include <linux/hyperv.h>
#include <linux/slab.h>