Re: [PATCH] arm: remove unused profile.h includes
From: Will Deacon
Date: Thu Aug 20 2026 - 11:27:45 EST
On Thu, Aug 20, 2026 at 03:14:15PM +0200, 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>
> ---
> arch/arm/kernel/smp.c | 1 -
> arch/arm/kernel/time.c | 1 -
> arch/arm64/kernel/smp.c | 1 -
> arch/arm64/kernel/time.c | 1 -
> 4 files changed, 4 deletions(-)
arch/arm/ and arch/arm64 have different maintainers. Please can you
split this into two patches so they can be picked up separately?
Will