diff options
author | Wan Jiabing <wanjiabing@vivo.com> | 2021-10-26 07:32:49 -0400 |
---|---|---|
committer | Wei Liu <wei.liu@kernel.org> | 2021-10-28 11:27:58 +0000 |
commit | c5989b92fdd0fea343b1422d1a5fcf1ee04bb9ce (patch) | |
tree | e5875583560df0b0bc94710e6815fca6f4d6c836 /arch/x86/hyperv | |
parent | 20cf6616ccd50256a14fb2a7a3cc730080c90cd0 (diff) | |
download | linux-rpi-c5989b92fdd0fea343b1422d1a5fcf1ee04bb9ce.tar.gz linux-rpi-c5989b92fdd0fea343b1422d1a5fcf1ee04bb9ce.tar.bz2 linux-rpi-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.c | 1 |
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> |