summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Iliopoulos <ailiop@suse.com>2026-08-20 15:13:39 +0200
committerVineet Gupta <vgupta@kernel.org>2026-09-09 14:28:23 +0530
commit04eb7b5e043fbccf83d27a9be5c3973c2dbb110f (patch)
tree4c35fc20f4b26d445144d1a1481d7c2513937b53
parent86ad6489e38c76c06c0b4a4229391a794023b5e0 (diff)
downloadlinux-next-04eb7b5e043fbccf83d27a9be5c3973c2dbb110f.tar.gz
linux-next-04eb7b5e043fbccf83d27a9be5c3973c2dbb110f.zip
arc: remove unused profile.h includes
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@suse.com> Signed-off-by: Vineet Gupta <vgupta@kernel.org>
-rw-r--r--arch/arc/kernel/smp.c1
1 files changed, 0 insertions, 1 deletions
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>