aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/node.c
diff options
context:
space:
mode:
authorWu Fengguang <[email protected]>2015-10-24 14:56:01 +0000
committerDavid S. Miller <[email protected]>2015-10-25 13:31:52 +0000
commit742e038330a485350334ee5eb75dce4a9dff87cd (patch)
treea3a79797617cf9438d8509c437cf3f6d7ff4a3b3 /net/tipc/node.c
parentMerge branch 'tipc-next' (diff)
downloadkernel-742e038330a485350334ee5eb75dce4a9dff87cd.tar.gz
kernel-742e038330a485350334ee5eb75dce4a9dff87cd.zip
tipc: link_is_bc_sndlink() can be static
TO: "David S. Miller" <[email protected]> CC: [email protected] CC: Jon Maloy <[email protected]> CC: Ying Xue <[email protected]> CC: [email protected] CC: [email protected] Signed-off-by: Fengguang Wu <[email protected]> Acked-by: Jon Maloy <[email protected]> Signed-off-by: David S. Miller <[email protected]>
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,
*
* 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;