Skip to content
Commit 8d55ba5d authored by Wei Yongjun's avatar Wei Yongjun Committed by Dennis Zhou
Browse files

percpu: make symbol 'pcpu_free_slot' static



The sparse tool complains as follows:

mm/percpu.c:138:5: warning:
 symbol 'pcpu_free_slot' was not declared. Should it be static?

This symbol is not used outside of percpu.c, so marks it static.

Reported-by: default avatarHulk Robot <hulkci@huawei.com>
Signed-off-by: default avatarWei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: default avatarDennis Zhou <dennis@kernel.org>
parent f1833241
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment