[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1429190255-24722-1-git-send-email-weiyj_lk@163.com>
Date: Thu, 16 Apr 2015 21:17:35 +0800
From: weiyj_lk@....com
To: "David S. Miller" <davem@...emloft.net>,
Nicolas Dichtel <nicolas.dichtel@...nd.com>,
xiao jin <jin.xiao@...el.com>,
Al Viro <viro@...iv.linux.org.uk>,
"Eric W. Biederman" <ebiederm@...ssion.com>,
Cong Wang <cwang@...pensource.com>,
Eric Dumazet <edumazet@...gle.com>
Cc: Wei Yongjun <yongjun_wei@...ndmicro.com.cn>, netdev@...r.kernel.org
Subject: [PATCH -next] netns: remove duplicated include from net_namespace.c
From: Wei Yongjun <yongjun_wei@...ndmicro.com.cn>
Remove duplicated include.
Signed-off-by: Wei Yongjun <yongjun_wei@...ndmicro.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>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists