Message ID | 20231031004018.45074-1-yang.lee@linux.alibaba.com (mailing list archive) |
---|---|
State | Accepted |
Commit | dded618c07fd786f781c3f3529d8253e31e2c7d6 |
Headers | show |
Series | [-next] RISC-V: Remove duplicated include in smpboot.c | expand |
Hello: This patch was applied to riscv/linux.git (for-next) by Palmer Dabbelt <palmer@rivosinc.com>: On Tue, 31 Oct 2023 08:40:18 +0800 you wrote: > ./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> > --- > arch/riscv/kernel/smpboot.c | 1 - > 1 file changed, 1 deletion(-) Here is the summary with links: - [-next] RISC-V: Remove duplicated include in smpboot.c https://git.kernel.org/riscv/c/dded618c07fd You are awesome, thank you!
diff --git a/arch/riscv/kernel/smpboot.c b/arch/riscv/kernel/smpboot.c index d1b0a6fc3adf..9e65aceac297 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>
./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> --- arch/riscv/kernel/smpboot.c | 1 - 1 file changed, 1 deletion(-)