Hi Anshul, On Tue, 2026-05-12 at 11:23 +0530, Anshul Dalal wrote: > On Mon, 11 May 2026 22:12:32 +0200, A. Sverdlin > <[email protected]> wrote: > > diff --git a/arch/arm/mach-k3/am62x/boot.c b/arch/arm/mach-k3/am62x/boot.c > > index bae53f1e459..8c46532113a 100644 > > --- a/arch/arm/mach-k3/am62x/boot.c > > +++ b/arch/arm/mach-k3/am62x/boot.c > > @@ -1,4 +1,5 @@ > > // SPDX-License-Identifier: GPL-2.0+ > > +#include <init.h> > > Are these includes necessary here?
yes, for the get_reset_reason() declaration which is being removed from arch/arm/mach-k3/include/mach/hardware.h. -- Alexander Sverdlin Siemens AG www.siemens.com

