powerpc/pseries: Move hvc_vio_init_early() prototype to shared location
authorLee Jones <lee.jones@linaro.org>
Wed, 3 Mar 2021 12:46:03 +0000 (12:46 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 24 Mar 2021 03:09:30 +0000 (14:09 +1100)
commit13b8219bd00d953cad60431cb47db96eb835c71d
treea169268373193fc78cec25f571f6360b64ede6d0
parent1a029e0edbc5890f76b642222d9899c093212fe6
powerpc/pseries: Move hvc_vio_init_early() prototype to shared location

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’
 385 | void __init hvc_vio_init_early(void)
 | ^~~~~~~~~~~~~~~~~~

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210303124603.3150175-1-lee.jones@linaro.org
arch/powerpc/include/asm/hvconsole.h
arch/powerpc/platforms/pseries/pseries.h
arch/powerpc/platforms/pseries/setup.c