tipc: rename temporarily named functions
[firefly-linux-kernel-4.4.55.git] / net / tipc / bcast.h
index af6b6579f5c76afa31df076690d696c2822765db..4875d9536aee7a98ea523b895b3be6475529d7bd 100644 (file)
@@ -98,6 +98,6 @@ int  tipc_bclink_reset_stats(void);
 int  tipc_bclink_set_queue_limits(u32 limit);
 void tipc_bcbearer_sort(struct tipc_node_map *nm_ptr, u32 node, bool action);
 uint  tipc_bclink_get_mtu(void);
-int tipc_bclink_xmit2(struct sk_buff *buf);
+int tipc_bclink_xmit(struct sk_buff *buf);
 
 #endif