Skip to content

Commit 060f2b9

Browse files
ZhiHuliuw
authored andcommitted
x86/hyperv: fix a warning in mshyperv.h
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>
1 parent d5ace2a commit 060f2b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/include/asm/mshyperv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include <linux/types.h>
66
#include <linux/nmi.h>
77
#include <linux/msi.h>
8-
#include <asm/io.h>
8+
#include <linux/io.h>
99
#include <asm/hyperv-tlfs.h>
1010
#include <asm/nospec-branch.h>
1111
#include <asm/paravirt.h>

0 commit comments

Comments
 (0)