x86/hyperv: fix a warning in mshyperv.h
authorZhiHu <huzhi001@208suo.com>
Sun, 23 Jul 2023 23:12:47 +0000 (23:12 +0000)
committerWei Liu <wei.liu@kernel.org>
Sun, 23 Jul 2023 23:12:47 +0000 (23:12 +0000)
The following checkpatch warning is removed:
  WARNING: Use #include <linux/io.h> instead of <asm/io.h>

Signed-off-by: ZhiHu <huzhi001@208suo.com>
Reviewed-by: Michael Kelley <mikelley@microsoft.com>
Signed-off-by: Wei Liu <wei.liu@kernel.org>
arch/x86/include/asm/mshyperv.h

index 49bb4f2bd300e0a50b9cef20d4e1c2b28d49b2cc..cd17e706f9cac3d7a1f3e346dd72572de02a1663 100644 (file)
@@ -5,7 +5,7 @@
 #include <linux/types.h>
 #include <linux/nmi.h>
 #include <linux/msi.h>
-#include <asm/io.h>
+#include <linux/io.h>
 #include <asm/hyperv-tlfs.h>
 #include <asm/nospec-branch.h>
 #include <asm/paravirt.h>