Re: [PATCH v3] mach-k3: common_fdt: Move carveout struct

2025-04-24 Thread Tom Rini
On Tue, 15 Apr 2025 08:12:41 -0700, Daniel Schultz wrote: > Labels are not allowed before declarations. Move the carveout struct > at the beginning and only update 'end' at this point. > > This will fix following error: > > arch/arm/mach-k3/common_fdt.c: In function 'fdt_fixup_reserved': > arch/

Re: [PATCH v3] mach-k3: common_fdt: Move carveout struct

2025-04-16 Thread Bryan Brattlof
On April 15, 2025 thus sayeth Daniel Schultz: > Labels are not allowed before declarations. Move the carveout struct > at the beginning and only update 'end' at this point. > > This will fix following error: > > arch/arm/mach-k3/common_fdt.c: In function 'fdt_fixup_reserved': > arch/arm/mach-k3/c

[PATCH v3] mach-k3: common_fdt: Move carveout struct

2025-04-15 Thread Daniel Schultz
Labels are not allowed before declarations. Move the carveout struct at the beginning and only update 'end' at this point. This will fix following error: arch/arm/mach-k3/common_fdt.c: In function 'fdt_fixup_reserved': arch/arm/mach-k3/common_fdt.c:156:2: error: a label can only be part of a sta