Re: [PATCH] powerpc/ps3: make two symbols static

2020-09-17 Thread Michael Ellerman
On Fri, 11 Sep 2020 10:01:21 +0800, Jason Yan wrote: > 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 >

[PATCH] powerpc/ps3: make two symbols static

2020-09-10 Thread Jason Yan
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: