Message ID | 20231210124811.26204-1-fredrik@frelon.se (mailing list archive) |
---|---|
State | Deferred, archived |
Headers | show |
Series | [1/2] RISC-V: fix include warning in smpboot.c | expand |
diff --git a/arch/riscv/kernel/smpboot.c b/arch/riscv/kernel/smpboot.c index d162bf339beb..1b461570d456 100644 --- a/arch/riscv/kernel/smpboot.c +++ b/arch/riscv/kernel/smpboot.c @@ -26,7 +26,6 @@ #include <linux/sched/task_stack.h> #include <linux/sched/mm.h> -#include <asm/cpufeature.h> #include <asm/cpu_ops.h> #include <asm/cpufeature.h> #include <asm/irq.h>
This commit fixes a warning about duplicate includes of "asm/cpufeatures.h" found using scripts/checkincludes.pl Signed-off-by: Fredrik Lönnegren <fredrik@frelon.se> --- arch/riscv/kernel/smpboot.c | 1 - 1 file changed, 1 deletion(-)