Re: [PATCH] powerpc/tau: Add 'static' storage qualifier to 'tau_work' definition

2021-08-27 Thread Michael Ellerman
On Thu, 19 Aug 2021 10:46:54 +1000, Finn Thain wrote: > This patch prevents the following sparse warning. > > arch/powerpc/kernel/tau_6xx.c:199:1: sparse: sparse: symbol 'tau_work' > was not declared. Should it be static? > > > > [...] Applied to powerpc/next. [1/1] powerpc/tau: Add 'static'

[PATCH] powerpc/tau: Add 'static' storage qualifier to 'tau_work' definition

2021-08-18 Thread Finn Thain
This patch prevents the following sparse warning. arch/powerpc/kernel/tau_6xx.c:199:1: sparse: sparse: symbol 'tau_work' was not declared. Should it be static? Reported-by: kernel test robot Signed-off-by: Finn Thain --- arch/powerpc/kernel/tau_6xx.c | 2 +- 1 file changed, 1 insertion(+), 1 d