[<prev] [next>] [day] [month] [year] [list]
Message-ID: <37068cae09dccc86b1ed2d6b3fdbde91@208suo.com>
Date: Wed, 12 Jul 2023 17:07:13 +0800
From: huzhi001@...suo.com
To: tglx@...utronix.de, mingo@...hat.com, bp@...en8.de,
dave.hansen@...ux.intel.com, x86@...nel.org
Cc: hpa@...or.com, linux-kernel@...r.kernel.org
Subject: [PATCH] x86/mm: Fix warnings in mmzone_32.h
The following checkpatch warnings are removed:
WARNING: Use #include <linux/smp.h> instead of <asm/smp.h>
Signed-off-by: ZhiHu <huzhi001@...suo.com>
---
arch/x86/include/asm/mmzone_32.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/include/asm/mmzone_32.h
b/arch/x86/include/asm/mmzone_32.h
index 2d4515e8b7df..97ca734a5de9 100644
--- a/arch/x86/include/asm/mmzone_32.h
+++ b/arch/x86/include/asm/mmzone_32.h
@@ -7,7 +7,7 @@
#ifndef _ASM_X86_MMZONE_32_H
#define _ASM_X86_MMZONE_32_H
-#include <asm/smp.h>
+#include <linux/smp.h>
#ifdef CONFIG_NUMA
extern struct pglist_data *node_data[];
Powered by blists - more mailing lists