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)
commit8a15b81741879fa89601b03c0e50b0d780d65bc0
treeced173659fd3d34e3ad977ecb977d8d3cad81bac
parent28b89b9e6f7b6c8fef7b3af39828722bca20cfee
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