Commit 060f2b97 authored by ZhiHu's avatar ZhiHu Committed by Wei Liu

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: default avatarZhiHu <huzhi001@208suo.com>
Reviewed-by: default avatarMichael Kelley <mikelley@microsoft.com>
Signed-off-by: default avatarWei Liu <wei.liu@kernel.org>
parent d5ace2a7
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment