lkml.org 
[lkml]   [2023]   [Dec]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 1/2] RISC-V: fix include warning in smpboot.c
Date
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(-)

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
\
 
 \ /
  Last update: 2023-12-10 13:54    [W:0.051 / U:0.092 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site