Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1608482
| From | Geliang Tang <geliangtang@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] cgroup: drop duplicate header nsproxy.h |
| Date | 2017-03-24 15:30 +0100 |
| Message-ID | <toyem-2LK-15@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Drop duplicate header nsproxy.h from linux/cgroup.h. Signed-off-by: Geliang Tang <geliangtang@gmail.com> --- include/linux/cgroup.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index 4341441..ed2573e 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> -- 2.9.3
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] cgroup: drop duplicate header nsproxy.h Geliang Tang <geliangtang@gmail.com> - 2017-03-24 15:30 +0100 Re: [PATCH] cgroup: drop duplicate header nsproxy.h Tejun Heo <tj@kernel.org> - 2017-03-24 16:40 +0100
csiph-web