projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b892e98
)
netns: remove duplicated include from net_namespace.c
author
Wei Yongjun
<yongjun_wei@trendmicro.com.cn>
Thu, 16 Apr 2015 13:17:35 +0000
(21:17 +0800)
committer
David S. Miller
<davem@davemloft.net>
Thu, 16 Apr 2015 16:14:24 +0000
(12:14 -0400)
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>
net/core/net_namespace.c
patch
|
blob
|
blame
|
history
diff --git
a/net/core/net_namespace.c
b/net/core/net_namespace.c
index a3abb719221f690e2648a7a91126aef48f60219b..78fc04ad36fc03a0f1737ee484a08e1824b324dc 100644
(file)
--- 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>