Skip to content

Commit

Permalink
tipc: remove duplicated include from socket.c
Browse files Browse the repository at this point in the history
Remove duplicated include.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Wei Yongjun authored and David S. Miller committed Jul 29, 2014
1 parent 2744644 commit ad025a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/tipc/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit ad025a5

Please sign in to comment.