Skip to content

Commit

Permalink
[TIPC]: Avoid compiler warning
Browse files Browse the repository at this point in the history
Signed-off-by: Per Liden <per.liden@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Per Liden authored and David S. Miller committed Mar 21, 2006
1 parent de70c5b commit 87546b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/tipc/cluster.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,}};
Expand Down

0 comments on commit 87546b1

Please sign in to comment.