Re: [06/19] powerpc: Make function btext_initialize static

2018-05-25 Thread Michael Ellerman
On Thu, 2018-03-22 at 20:19:52 UTC, Mathieu Malaterre wrote: > This function can be static, make it so, this fix a warning treated as > error with W=1: > > arch/powerpc/kernel/btext.c:173:5: error: no previous prototype for > ‘btext_initialize’ [-Werror=missing-prototypes] > > Signed-off-b

[PATCH 06/19] powerpc: Make function btext_initialize static

2018-03-22 Thread Mathieu Malaterre
This function can be static, make it so, this fix a warning treated as error with W=1: arch/powerpc/kernel/btext.c:173:5: error: no previous prototype for ‘btext_initialize’ [-Werror=missing-prototypes] Signed-off-by: Mathieu Malaterre --- arch/powerpc/kernel/btext.c | 2 +- 1 file changed,