powerpc/fadump: make symbol 'rtas_fadump_set_regval' static
authorPu Lehui <pulehui@huawei.com>
Thu, 8 Apr 2021 06:20:12 +0000 (14:20 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 14 Apr 2021 13:04:19 +0000 (23:04 +1000)
commit59fd366b9bef2d048af763e27cd1622ee5a1dfd4
tree77227d18e0557578ffe4d9044e5c37b3dc6c673b
parent7e9ab144c128df7660a2f33c9c6d1422fe798060
powerpc/fadump: make symbol 'rtas_fadump_set_regval' static

Fix sparse warnings:

arch/powerpc/platforms/pseries/rtas-fadump.c:250:6: warning:
 symbol 'rtas_fadump_set_regval' was not declared. Should it be static?

Signed-off-by: Pu Lehui <pulehui@huawei.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210408062012.85973-1-pulehui@huawei.com
arch/powerpc/platforms/pseries/rtas-fadump.c