x86/hyperv: Remove duplicated include in hv_init
authorWan Jiabing <wanjiabing@vivo.com>
Tue, 26 Oct 2021 11:32:49 +0000 (07:32 -0400)
committerWei Liu <wei.liu@kernel.org>
Thu, 28 Oct 2021 11:27:58 +0000 (11:27 +0000)
commitc5989b92fdd0fea343b1422d1a5fcf1ee04bb9ce
treee5875583560df0b0bc94710e6815fca6f4d6c836
parent20cf6616ccd50256a14fb2a7a3cc730080c90cd0
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>
arch/x86/hyperv/hv_init.c