commit | f36331770406b8e693a3d8d71ab3ccbbeabc7142 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Tue Aug 11 18:34:41 2020 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Aug 12 10:57:59 2020 -0700 |
tree | 99f50dccf6f980ea9eb8bf4605e38bd8b8010385 | |
parent | 403f177304354990c36d5a7d125bce2b39bcbe2c [diff] |
lib/test_lockup.c: make symbol 'test_works' static Fix sparse build warning: lib/test_lockup.c:403:1: warning: symbol '__pcpu_scope_test_works' was not declared. Should it be static? Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Link: http://lkml.kernel.org/r/20200707112252.9047-1-weiyongjun1@huawei.com Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>