Re: [PATCH] ARM: remove unnecessary architecture-specific <asm/asm-offsets.h>
From: Ethan Nelson-Moore
Date: Sat May 16 2026 - 23:38:29 EST
On Sat, May 16, 2026 at 8:04 PM Ethan Nelson-Moore
<enelsonmoore@xxxxxxxxx> wrote:
>
> arch/arm/include/asm/asm-offsets.h is identical to
> include/asm-generic/asm-offsets.h, and therefore the ARM-specific
> version is unnecessary. Remove it.
Please ignore this patch - I did not compile test it (because it
seemed so trivial... lesson learned!) and I didn't realize
asm-offsets.h was required to exist in each architecture.
Sorry for the noise!
Ethan