Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 87546b1c authored by Per Liden's avatar Per Liden Committed by David S. Miller
Browse files

[TIPC]: Avoid compiler warning

parent de70c5ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@

static void tipc_cltr_multicast(struct cluster *c_ptr, struct sk_buff *buf,
				u32 lower, u32 upper);
struct sk_buff *tipc_cltr_prepare_routing_msg(u32 data_size, u32 dest);
static struct sk_buff *tipc_cltr_prepare_routing_msg(u32 data_size, u32 dest);

struct node **tipc_local_nodes = NULL;
struct node_map tipc_cltr_bcast_nodes = {0,{0,}};