]> git.baikalelectronics.ru Git - kernel.git/commit
cpuset: fix non static symbol warning
authorWei Yongjun <weiyongjun1@huawei.com>
Fri, 16 Sep 2016 13:02:37 +0000 (13:02 +0000)
committerTejun Heo <tj@kernel.org>
Fri, 16 Sep 2016 15:31:17 +0000 (11:31 -0400)
commita8cb333de2de700e3730ad8b498f752698a2a52b
treeced173659fd3d34e3ad977ecb977d8d3cad81bac
parent0c742bb9799c31d1ac8143eb1e00c3433a2bd517
cpuset: fix non static symbol warning

Fixes the following sparse warning:

kernel/cpuset.c:2088:6: warning:
 symbol 'cpuset_fork' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/cpuset.c