aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/node.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/node.c')
-rw-r--r--net/tipc/node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/node.c b/net/tipc/node.c
index 7493506b069b..20cddec0a43c 100644
--- a/net/tipc/node.c
+++ b/net/tipc/node.c
@@ -1083,7 +1083,7 @@ int tipc_node_xmit_skb(struct net *net, struct sk_buff *skb, u32 dnode,
1083 * 1083 *
1084 * Invoked with no locks held. 1084 * Invoked with no locks held.
1085 */ 1085 */
1086void tipc_node_bc_rcv(struct net *net, struct sk_buff *skb, int bearer_id) 1086static void tipc_node_bc_rcv(struct net *net, struct sk_buff *skb, int bearer_id)
1087{ 1087{
1088 int rc; 1088 int rc;
1089 struct sk_buff_head xmitq; 1089 struct sk_buff_head xmitq;