powerpc/ps3: make two symbols static
authorJason Yan <yanaijie@huawei.com>
Fri, 11 Sep 2020 02:01:21 +0000 (10:01 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 15 Sep 2020 12:13:38 +0000 (22:13 +1000)
commitbbc4f40b5322b3e0b8678619f1c613dadc811669
tree7b55566820466bf1b931bceb04513aebf2a7bfb7
parent4c42dc5c69a8f24c467a6c997909d2f1d4efdc7f
powerpc/ps3: make two symbols static

This addresses the following sparse warning:

arch/powerpc/platforms/ps3/spu.c:451:33: warning: symbol
'spu_management_ps3_ops' was not declared. Should it be static?
arch/powerpc/platforms/ps3/spu.c:592:28: warning: symbol
'spu_priv1_ps3_ops' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Jason Yan <yanaijie@huawei.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200911020121.1464585-1-yanaijie@huawei.com
arch/powerpc/platforms/ps3/spu.c