Re: [PATCH 21/21] powerpc: Add missing prototypes in setup_32.c

2018-03-08 Thread Michael Ellerman
Mathieu Malaterre 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 > -

[PATCH 21/21] powerpc: Add missing prototypes in setup_32.c

2018-02-25 Thread Mathieu Malaterre
This commit add the prototypes for the following function: - early_init - machine_init - ppc_setup_l2cr - ppc_setup_l3cr - ppc_init the other missing ones were already added in setup.h previously. Fix the following warnings (treated as error in W=1): AR init/built-in.o