On Wed, Aug 25, 2021 at 01:48:28PM +0200, Geert Uytterhoeven wrote: > There never was a reason for reserve_elfcorehdr() to be global. > Make the function static, and move it before its sole caller. > > Fixes: cee87af2a5f75713 ("[IA64] kexec: Use EFI_LOADER_DATA for ELF core header") > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Reviewed-by: Simon Horman <horms@xxxxxxxxxxxx> > --- > This fixes a conflict triggered by > https://lore.kernel.org/r/c7e46e50aaf87ef49bdaa61358d25b122f32b7df.1628670468.git.geert+renesas@xxxxxxxxx/ > and fixed by > https://lore.kernel.org/r/f6eabbbce0fba6da3da0264c1e1cf23c01173999.1629884393.git.geert+renesas@xxxxxxxxx > arch/ia64/include/asm/meminit.h | 1 - > arch/ia64/kernel/setup.c | 51 ++++++++++++++++----------------- > 2 files changed, 25 insertions(+), 27 deletions(-) ...