Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=7086
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Link: https://lore.kernel.org/r/20231031004018.45074-1-yang.lee@linux.alibaba.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>

authored by

Yang Li and committed by
Palmer Dabbelt
dded618c 5014396a

-1
-1
arch/riscv/kernel/smpboot.c
··· 28 28 29 29 #include <asm/cpufeature.h> 30 30 #include <asm/cpu_ops.h> 31 - #include <asm/cpufeature.h> 32 31 #include <asm/irq.h> 33 32 #include <asm/mmu_context.h> 34 33 #include <asm/numa.h>