Re: [PATCH 21/21] powerpc: Add missing prototypes in setup_32.c
From: Michael Ellerman
Date: Thu Mar 08 2018 - 06:44:16 EST
Mathieu Malaterre <malat@xxxxxxxxxx> writes:
> This commit add the prototypes for the following function:
>
> - early_init
> - machine_init
I'd rather these were in asm-prototypes.h, it's the header for functions
called from asm. I made that change.
> - ppc_setup_l2cr
> - ppc_setup_l3cr
> - ppc_init
These three can just be static. So I did that.
cheers