cgroup: unexport functions
authorTejun Heo <tj@kernel.org>
Thu, 13 Feb 2014 11:58:43 +0000 (06:58 -0500)
committerTejun Heo <tj@kernel.org>
Thu, 13 Feb 2014 11:58:43 +0000 (06:58 -0500)
commit8541fecc04a91842f023cbfe2c376d4de3b5047e
tree73ac7f7e6495cb4918a55692bf91c559c56df086
parent9db8de3722d184b8a431afd6bef803d6867ac889
cgroup: unexport functions

With module support gone, a lot of functions no longer need to be
exported.  Unexport them.

Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Li Zefan <lizefan@huawei.com>
kernel/cgroup.c