[<prev] [next>] [day] [month] [year] [list]
Message-ID: <202312151742+0800-wangjinchao@xfusion.com>
Date: Fri, 15 Dec 2023 17:42:34 +0800
From: Wang Jinchao <wangjinchao@...sion.com>
To: Paul Walmsley <paul.walmsley@...ive.com>, Palmer Dabbelt
<palmer@...belt.com>, Albert Ou <aou@...s.berkeley.edu>,
<linux-riscv@...ts.infradead.org>, <linux-kernel@...r.kernel.org>
CC: <stone.xulei@...sion.com>, <wangjinchao@...sion.com>
Subject: [PATCH] riscv: remove duplicated including of cpufeature.h
remove the second #include <asm/cpufeature.h>
Signed-off-by: Wang Jinchao <wangjinchao@...sion.com>
---
arch/riscv/kernel/smpboot.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/riscv/kernel/smpboot.c b/arch/riscv/kernel/smpboot.c
index d162bf339beb..c55697c1d1c8 100644
--- a/arch/riscv/kernel/smpboot.c
+++ b/arch/riscv/kernel/smpboot.c
@@ -28,7 +28,6 @@
#include <asm/cpufeature.h>
#include <asm/cpu_ops.h>
-#include <asm/cpufeature.h>
#include <asm/irq.h>
#include <asm/mmu_context.h>
#include <asm/numa.h>
--
2.40.0
Powered by blists - more mailing lists