[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231210124811.26204-1-fredrik@frelon.se>
Date: Sun, 10 Dec 2023 13:42:24 +0100
From: Fredrik Lönnegren <fredrik@...lon.se>
To: paul.walmsley@...ive.com, palmer@...belt.com,
aou@...s.berkeley.edu, fredrik.lonnegren@...il.com
Cc: linux-riscv@...ts.infradead.org, linux-kernel@...r.kernel.org,
Fredrik Lönnegren <fredrik@...lon.se>
Subject: [PATCH 1/2] RISC-V: fix include warning in smpboot.c
This commit fixes a warning about duplicate includes of
"asm/cpufeatures.h" found using scripts/checkincludes.pl
Signed-off-by: Fredrik Lönnegren <fredrik@...lon.se>
---
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..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>
--
2.43.0
Powered by blists - more mailing lists