Re: [PATCH] kexec: include asm/early_ioremap.h

2025-04-24 Thread Simon Horman
On Wed, Apr 23, 2025 at 06:29:18PM +0200, Arnd Bergmann wrote: > From: Arnd Bergmann > > The early_memremap() function is decleared in a header that is only indirectly > included here: > > kernel/kexec_handover.c:1116:8: error: call to undeclared function > 'early_memremap'; ISO C99 and later d

Re: [PATCH] kexec: include asm/early_ioremap.h

2025-04-24 Thread Arnd Bergmann
On Thu, Apr 24, 2025, at 11:23, Simon Horman wrote: > On Wed, Apr 23, 2025 at 06:29:18PM +0200, Arnd Bergmann wrote: >> From: Arnd Bergmann >> >> The early_memremap() function is decleared in a header that is only >> indirectly >> included here: >> >> kernel/kexec_handover.c:1116:8: error: call

[PATCH] kexec: include asm/early_ioremap.h

2025-04-23 Thread Arnd Bergmann
From: Arnd Bergmann The early_memremap() function is decleared in a header that is only indirectly included here: kernel/kexec_handover.c:1116:8: error: call to undeclared function 'early_memremap'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaratio