tipc: Remove unused domain argument from multicast send routine
Eliminates an unused argument from tipc_multicast(), now that this routine can no longer be called by kernel-based applications. Signed-off-by: Allan Stephens <Allan.Stephens@windriver.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
a5c2af9922
commit
38f232eae2
@@ -88,7 +88,7 @@ static void port_incr_out_seqno(struct port *p_ptr)
|
||||
* tipc_multicast - send a multicast message to local and remote destinations
|
||||
*/
|
||||
|
||||
int tipc_multicast(u32 ref, struct tipc_name_seq const *seq, u32 domain,
|
||||
int tipc_multicast(u32 ref, struct tipc_name_seq const *seq,
|
||||
u32 num_sect, struct iovec const *msg_sect)
|
||||
{
|
||||
struct tipc_msg *hdr;
|
||||
|
||||
Reference in New Issue
Block a user