diff options
| author | Anthony Iliopoulos <ailiop@suse.com> | 2026-08-20 15:13:39 +0200 |
|---|---|---|
| committer | Vineet Gupta <vgupta@kernel.org> | 2026-09-09 14:28:23 +0530 |
| commit | 04eb7b5e043fbccf83d27a9be5c3973c2dbb110f (patch) | |
| tree | 4c35fc20f4b26d445144d1a1481d7c2513937b53 | |
| parent | 86ad6489e38c76c06c0b4a4229391a794023b5e0 (diff) | |
| download | linux-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.c | 1 |
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> |
