[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <f5f5e7f2627ea55d81bc2d39420c40e8@208suo.com>
Date: Wed, 12 Jul 2023 19:23:16 +0800
From: huzhi001@...suo.com
To: mingo@...hat.com, bp@...en8.de, dave.hansen@...ux.intel.com,
x86@...nel.org, tglx@...utronix.de, kys@...rosoft.com,
haiyangz@...rosoft.com, wei.liu@...nel.org, decui@...rosoft.com
Cc: hpa@...or.com, linux-hyperv@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] clocksource: Fix warnings in mshyperv.h
The following checkpatch warnings are removed:
WARNING: Use #include <linux/io.h> instead of <asm/io.h>
Signed-off-by: ZhiHu <huzhi001@...suo.com>
---
arch/x86/include/asm/mshyperv.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/include/asm/mshyperv.h
b/arch/x86/include/asm/mshyperv.h
index 88d9ef98e087..fa83d88e4c99 100644
--- a/arch/x86/include/asm/mshyperv.h
+++ b/arch/x86/include/asm/mshyperv.h
@@ -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>
Powered by blists - more mailing lists