diff options
Diffstat (limited to 'net/tipc/node.c')
-rw-r--r-- | net/tipc/node.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tipc/node.c b/net/tipc/node.c index 4a95c8c155c6..4fb4327311bb 100644 --- a/net/tipc/node.c +++ b/net/tipc/node.c | |||
@@ -333,8 +333,8 @@ static void tipc_node_write_unlock(struct tipc_node *n) | |||
333 | } | 333 | } |
334 | } | 334 | } |
335 | 335 | ||
336 | struct tipc_node *tipc_node_create(struct net *net, u32 addr, | 336 | static struct tipc_node *tipc_node_create(struct net *net, u32 addr, |
337 | u8 *peer_id, u16 capabilities) | 337 | u8 *peer_id, u16 capabilities) |
338 | { | 338 | { |
339 | struct tipc_net *tn = net_generic(net, tipc_net_id); | 339 | struct tipc_net *tn = net_generic(net, tipc_net_id); |
340 | struct tipc_node *n, *temp_node; | 340 | struct tipc_node *n, *temp_node; |