summaryrefslogtreecommitdiffstats
path: root/include/linux/cgroup.h
diff options
context:
space:
mode:
authorGeliang Tang2017-03-24 15:13:35 +0100
committerTejun Heo2017-03-24 16:36:16 +0100
commit8f48cfabac57977338f5c828ed3e12fc34373c7d (patch)
treedc84d62096ad8add52deba5c6ede8de724d800b1 /include/linux/cgroup.h
parentkernel: convert css_set.refcount from atomic_t to refcount_t (diff)
downloadkernel-qcow2-linux-8f48cfabac57977338f5c828ed3e12fc34373c7d.tar.gz
kernel-qcow2-linux-8f48cfabac57977338f5c828ed3e12fc34373c7d.tar.xz
kernel-qcow2-linux-8f48cfabac57977338f5c828ed3e12fc34373c7d.zip
cgroup: drop duplicate header nsproxy.h
Drop duplicate header nsproxy.h from linux/cgroup.h. Signed-off-by: Geliang Tang <geliangtang@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'include/linux/cgroup.h')
-rw-r--r--include/linux/cgroup.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h
index 44129793c7b8..34b4a298e52e 100644
--- a/include/linux/cgroup.h
+++ b/include/linux/cgroup.h
@@ -17,7 +17,6 @@
#include <linux/seq_file.h>
#include <linux/kernfs.h>
#include <linux/jump_label.h>
-#include <linux/nsproxy.h>
#include <linux/types.h>
#include <linux/ns_common.h>
#include <linux/nsproxy.h>