diff options
Diffstat (limited to 'net/tipc/node.c')
-rw-r--r-- | net/tipc/node.c | 2 |
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, * * Invoked with no locks held. */ -void tipc_node_bc_rcv(struct net *net, struct sk_buff *skb, int bearer_id) +static void tipc_node_bc_rcv(struct net *net, struct sk_buff *skb, int bearer_id) { int rc; struct sk_buff_head xmitq; |