Re: [PATCH] arc: remove unused profile.h includes
From: Vineet Gupta
Date: Mon Aug 24 2026 - 23:28:33 EST
On 8/20/26 06:13, Anthony Iliopoulos wrote:
None of the code in these files uses declarations provided by profile.h.
Remove the unnecessary header includes across the various files to clean
up dependencies and reduce include bloat.
Signed-off-by: Anthony Iliopoulos <ailiop@xxxxxxxx>
Acked-by: Vineet Gupta <vgupta@xxxxxxxxxx>
Thx,
-Vineet
---
arch/arc/kernel/smp.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arc/kernel/smp.c b/arch/arc/kernel/smp.c
index 2d99dffed0ce..ee210a94ce45 100644
--- a/arch/arc/kernel/smp.c
+++ b/arch/arc/kernel/smp.c
@@ -12,7 +12,6 @@
#include <linux/spinlock.h>
#include <linux/sched/mm.h>
#include <linux/interrupt.h>
-#include <linux/profile.h>
#include <linux/mm.h>
#include <linux/cpu.h>
#include <linux/irq.h>