[PATCH] riscv: remove duplicated including of cpufeature.h

From: Wang Jinchao
Date: Fri Dec 15 2023 - 04:42:49 EST


remove the second #include <asm/cpufeature.h>

Signed-off-by: Wang Jinchao <wangjinchao@xxxxxxxxxxx>
---
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