Re: [PATCH v2] powerpc/47x: Remove early_init_mmu_47x() to fix no previous prototype

2023-08-23 Thread Michael Ellerman
On Thu, 17 Aug 2023 16:26:44 +0200, Christophe Leroy wrote: > 4xx/iss476-smp_defconfig leads to: > > CC arch/powerpc/mm/nohash/tlb.o > arch/powerpc/mm/nohash/tlb.c:322:13: error: no previous prototype for > 'early_init_mmu_47x' [-Werror=missing-prototypes] > 322 | void __init

[PATCH v2] powerpc/47x: Remove early_init_mmu_47x() to fix no previous prototype

2023-08-17 Thread Christophe Leroy
4xx/iss476-smp_defconfig leads to: CC arch/powerpc/mm/nohash/tlb.o arch/powerpc/mm/nohash/tlb.c:322:13: error: no previous prototype for 'early_init_mmu_47x' [-Werror=missing-prototypes] 322 | void __init early_init_mmu_47x(void) | ^~