]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2cf355b8b4cc00e99d4f53b11a08cc6ea6911502
treea169268373193fc78cec25f571f6360b64ede6d0
parent0934bb0747e9e80fda17750cfb6b20a91e9f2248
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