[PATCH] riscv: remove duplicated including of cpufeature.h
Wang Jinchao
wangjinchao at xfusion.com
Fri Dec 15 01:42:34 PST 2023
remove the second #include <asm/cpufeature.h>
Signed-off-by: Wang Jinchao <wangjinchao at xfusion.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
More information about the linux-riscv
mailing list