lib/test_lockup.c: make symbol 'test_works' static
authorWei Yongjun <weiyongjun1@huawei.com>
Wed, 12 Aug 2020 01:34:41 +0000 (18:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 12 Aug 2020 17:57:59 +0000 (10:57 -0700)
commitf36331770406b8e693a3d8d71ab3ccbbeabc7142
tree99f50dccf6f980ea9eb8bf4605e38bd8b8010385
parent403f177304354990c36d5a7d125bce2b39bcbe2c
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>
lib/test_lockup.c