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

From: Michael Ellerman
Date: Wed Aug 23 2023 - 08:04:35 EST


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 early_init_mmu_47x(void)
> | ^~~~~~~~~~~~~~~~~~
>
> [...]

Applied to powerpc/next.

[1/1] powerpc/47x: Remove early_init_mmu_47x() to fix no previous prototype
https://git.kernel.org/powerpc/c/ed05c71a574235aec3418d2b5c94f24ae84cc2db

cheers