diff options
author | Geliang Tang <geliangtang@gmail.com> | 2017-03-24 22:13:35 +0800 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2017-03-24 11:36:16 -0400 |
commit | 8f48cfabac57977338f5c828ed3e12fc34373c7d (patch) | |
tree | dc84d62096ad8add52deba5c6ede8de724d800b1 /include/linux/cgroup.h | |
parent | 4b9502e63b5e2b1b5ef491919d3219b9440fe0b3 (diff) | |
download | talos-obmc-linux-8f48cfabac57977338f5c828ed3e12fc34373c7d.tar.gz talos-obmc-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.h | 1 |
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> |