aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>2015-04-16 21:17:35 +0800
committerDavid S. Miller <davem@davemloft.net>2015-04-16 12:14:24 -0400
commit5a950ad58d412d76d33f4f4399d69308d511c1a4 (patch)
treedc778cda3354ff3eac99c9c49477cb270c87fc3c /net
parentethernet: remove unused including <linux/version.h> (diff)
downloadlinux-dev-5a950ad58d412d76d33f4f4399d69308d511c1a4.tar.xz
linux-dev-5a950ad58d412d76d33f4f4399d69308d511c1a4.zip
netns: remove duplicated include from net_namespace.c
Remove duplicated include. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Acked-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/core/net_namespace.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/core/net_namespace.c b/net/core/net_namespace.c
index a3abb719221f..78fc04ad36fc 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>