Lee Jones <[email protected]> writes: > On Wed, 03 Mar 2021, Lee Jones wrote: > >> Fixes the following W=1 kernel build warning(s): >> >> drivers/tty/hvc/hvc_vio.c:385:13: warning: no previous prototype for >> ‘hvc_vio_init_early’ [-Wmissing-prototypes] >> 385 | void __init hvc_vio_init_early(void) >> | ^~~~~~~~~~~~~~~~~~ >> >> Cc: Michael Ellerman <[email protected]> >> Cc: Benjamin Herrenschmidt <[email protected]> >> Cc: Paul Mackerras <[email protected]> >> Cc: [email protected] >> Signed-off-by: Lee Jones <[email protected]> >> Acked-by: Michael Ellerman <[email protected]> >> --- >> arch/powerpc/include/asm/hvconsole.h | 3 +++ >> arch/powerpc/platforms/pseries/pseries.h | 3 --- >> arch/powerpc/platforms/pseries/setup.c | 1 + >> 3 files changed, 4 insertions(+), 3 deletions(-) > > Any idea who might pick this up please?
I will. I have it in my next-test branch. cheers

