kernel/cpuset.c: make 3 functions static
authorAdrian Bunk <bunk@kernel.org>
Tue, 29 Apr 2008 08:00:25 +0000 (01:00 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 Apr 2008 15:06:11 +0000 (08:06 -0700)
commit9e0c914cabc6d75d2eafdff00671a2ad683a5e3c
tree5986ff43c7af515b34520069efce556b529ea5d9
parent1faf8e40a8ab12ae1f7f474965e6fb031e43f8d6
kernel/cpuset.c: make 3 functions static

Make the following needlessly global functions static:

- cpuset_test_cpumask()
- cpuset_change_cpumask()
- cpuset_do_move_task()

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Paul Jackson <pj@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/cpuset.c