All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] tipc: remove duplicated include from socket.c
@ 2014-07-28 13:30 weiyj_lk
  2014-07-29 22:51 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: weiyj_lk @ 2014-07-28 13:30 UTC (permalink / raw)
  To: Jon Maloy, Allan Stephens, David S. Miller
  Cc: Wei Yongjun, netdev, tipc-discussion

From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>

Remove duplicated include.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
---
 net/tipc/socket.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net/tipc/socket.c b/net/tipc/socket.c
index 8c5600c..7ce96c7 100644
--- 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 */

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] tipc: remove duplicated include from socket.c
  2014-07-28 13:30 [PATCH -next] tipc: remove duplicated include from socket.c weiyj_lk
@ 2014-07-29 22:51 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2014-07-29 22:51 UTC (permalink / raw)
  To: weiyj_lk; +Cc: jon.maloy, allan.stephens, yongjun_wei, netdev, tipc-discussion

From: weiyj_lk@163.com
Date: Mon, 28 Jul 2014 21:30:14 +0800

> From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
> 
> Remove duplicated include.
> 
> Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-29 22:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-28 13:30 [PATCH -next] tipc: remove duplicated include from socket.c weiyj_lk
2014-07-29 22:51 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.