| commit | 6cd717fe9b3a787f8e8f9d0bc9b7634a9c104b3e | [log] [tgz] |
|---|---|---|
| author | Finn Thain <[email protected]> | Thu Aug 19 10:46:54 2021 +1000 |
| committer | Michael Ellerman <[email protected]> | Fri Aug 20 17:00:53 2021 +1000 |
| tree | 915cd3d4aa1d74ec13cf86a178f4483ec57611d7 | |
| parent | c26d4c5d4f0df7207da3975458261927f9305465 [diff] |
powerpc/tau: Add 'static' storage qualifier to 'tau_work' definition 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 <[email protected]> Signed-off-by: Finn Thain <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/44ab381741916a51e783c4a50d0b186abdd8f280.1629334014.git.fthain@linux-m68k.org