diff options
author | Wei Yongjun <weiyongjun1@huawei.com> | 2020-07-06 21:49:41 +0800 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2020-09-04 11:53:12 -0700 |
commit | 2b722160f1a7929f38dfb648c7bbb45f96e65a5b (patch) | |
tree | e1f8e1163b6453358bead558293be5e43129b2e3 /lib | |
parent | 35feb60474bf4f7fa7840e14fc7fd344996b919d (diff) | |
download | linux-stable-2b722160f1a7929f38dfb648c7bbb45f96e65a5b.tar.gz linux-stable-2b722160f1a7929f38dfb648c7bbb45f96e65a5b.tar.bz2 linux-stable-2b722160f1a7929f38dfb648c7bbb45f96e65a5b.zip |
smp: Make symbol 'csd_bug_count' static
The sparse tool complains as follows:
kernel/smp.c:107:10: warning:
symbol 'csd_bug_count' was not declared. Should it be static?
Because variable is not used outside of smp.c, this commit marks it
static.
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions