diff options
Diffstat (limited to 'net/tipc/bcast.c')
-rw-r--r-- | net/tipc/bcast.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/tipc/bcast.c b/net/tipc/bcast.c index e401108360a2..ae469b37d852 100644 --- a/net/tipc/bcast.c +++ b/net/tipc/bcast.c | |||
@@ -412,11 +412,6 @@ enomem: | |||
412 | return -ENOMEM; | 412 | return -ENOMEM; |
413 | } | 413 | } |
414 | 414 | ||
415 | void tipc_bcast_reinit(struct net *net) | ||
416 | { | ||
417 | tipc_link_reinit(tipc_bc_sndlink(net), tipc_own_addr(net)); | ||
418 | } | ||
419 | |||
420 | void tipc_bcast_stop(struct net *net) | 415 | void tipc_bcast_stop(struct net *net) |
421 | { | 416 | { |
422 | struct tipc_net *tn = net_generic(net, tipc_net_id); | 417 | struct tipc_net *tn = net_generic(net, tipc_net_id); |