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

2025-04-10 Thread Kumar, Udit
On 4/10/2025 1:25 PM, 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/arm/mach-k3/common_fdt.c:

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

2025-04-10 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