projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2744644
)
tipc: remove duplicated include from socket.c
author
Wei Yongjun
<yongjun_wei@trendmicro.com.cn>
Mon, 28 Jul 2014 13:30:14 +0000
(21:30 +0800)
committer
David S. Miller
<davem@davemloft.net>
Tue, 29 Jul 2014 22:51:14 +0000
(15:51 -0700)
Remove duplicated include.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/socket.c
patch
|
blob
|
blame
|
history
diff --git
a/net/tipc/socket.c
b/net/tipc/socket.c
index 8477d08a6aa0fd3cc55b22a3456d9126ea58d4b2..7d423ee10897ca6978cb3030cdaae6f0c81814a1 100644
(file)
--- a/
net/tipc/socket.c
+++ b/
net/tipc/socket.c
@@
-40,7
+40,6
@@
#include "node.h"
#include "link.h"
#include <linux/export.h>
-#include "link.h"
#define SS_LISTENING -1 /* socket is listening */
#define SS_READY -2 /* socket is connectionless */