Skip to content

Commit dded618

Browse files
Yang Lipalmer-dabbelt
authored andcommitted
RISC-V: Remove duplicated include in smpboot.c
./arch/riscv/kernel/smpboot.c: asm/cpufeature.h is included more than once. Reported-by: Abaci Robot <[email protected]> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=7086 Signed-off-by: Yang Li <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent 5014396 commit dded618

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/riscv/kernel/smpboot.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828

2929
#include <asm/cpufeature.h>
3030
#include <asm/cpu_ops.h>
31-
#include <asm/cpufeature.h>
3231
#include <asm/irq.h>
3332
#include <asm/mmu_context.h>
3433
#include <asm/numa.h>

0 commit comments

Comments
 (0)