netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] netns: remove duplicated include from net_namespace.c
@ 2015-04-16 13:17 weiyj_lk
  2015-04-16 14:12 ` Nicolas Dichtel
  2015-04-16 16:15 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: weiyj_lk @ 2015-04-16 13:17 UTC (permalink / raw)
  To: David S. Miller, Nicolas Dichtel, xiao jin, Al Viro,
	Eric W. Biederman, Cong Wang, Eric Dumazet
  Cc: Wei Yongjun, netdev

From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>

Remove duplicated include.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
---
 net/core/net_namespace.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net/core/net_namespace.c b/net/core/net_namespace.c
index e5e96b0..9c43cf6 100644
--- a/net/core/net_namespace.c
+++ b/net/core/net_namespace.c
@@ -16,7 +16,6 @@
 #include <linux/export.h>
 #include <linux/user_namespace.h>
 #include <linux/net_namespace.h>
-#include <linux/rtnetlink.h>
 #include <net/sock.h>
 #include <net/netlink.h>
 #include <net/net_namespace.h>

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-04-16 16:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-16 13:17 [PATCH -next] netns: remove duplicated include from net_namespace.c weiyj_lk
2015-04-16 14:12 ` Nicolas Dichtel
2015-04-16 16:15 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).