[PATCH] arc: remove unused profile.h includes
Vineet Gupta
vgupta at kernel.org
Mon Aug 24 20:28:27 PDT 2026
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 at suse.com>
Acked-by: Vineet Gupta <vgupta at kernel.org>
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>
More information about the linux-snps-arc
mailing list