From: ZhiHu Date: Sun, 23 Jul 2023 23:12:47 +0000 (+0000) Subject: x86/hyperv: fix a warning in mshyperv.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=060f2b979c4e0e894c381c76a4dcad24376feddd;p=linux.git x86/hyperv: fix a warning in mshyperv.h The following checkpatch warning is removed: WARNING: Use #include instead of Signed-off-by: ZhiHu Reviewed-by: Michael Kelley Signed-off-by: Wei Liu --- diff --git a/arch/x86/include/asm/mshyperv.h b/arch/x86/include/asm/mshyperv.h index 49bb4f2bd300e..cd17e706f9cac 100644 --- a/arch/x86/include/asm/mshyperv.h +++ b/arch/x86/include/asm/mshyperv.h @@ -5,7 +5,7 @@ #include #include #include -#include +#include #include #include #include