cgroups: kernel/ns_cgroup.c should #include <linux/nsproxy.h>
authorAdrian Bunk <bunk@kernel.org>
Tue, 29 Apr 2008 07:59:55 +0000 (00:59 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 Apr 2008 15:06:07 +0000 (08:06 -0700)
commit3ff31d0cca38b3c20e88a022bf38c4f7c98492f0
treeba4a68df5c634cd09593cc2e95eb6dd9ea4e1011
parent4fe91d518e4958af7edebbeb112a3272b2be232d
cgroups: kernel/ns_cgroup.c should #include <linux/nsproxy.h>

Every file should include the headers containing the externs its global
functions (in this case for ns_cgroup_clone()).

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Serge Hallyn <serue@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/ns_cgroup.c