diff options
Diffstat (limited to 'net/tipc/node.c')
-rw-r--r-- | net/tipc/node.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/tipc/node.c b/net/tipc/node.c index bd959a855fd5..df71dfc3a9ae 100644 --- a/net/tipc/node.c +++ b/net/tipc/node.c | |||
@@ -40,7 +40,6 @@ | |||
40 | #include "port.h" | 40 | #include "port.h" |
41 | #include "name_distr.h" | 41 | #include "name_distr.h" |
42 | 42 | ||
43 | void node_print(struct print_buf *buf, struct tipc_node *n_ptr, char *str); | ||
44 | static void node_lost_contact(struct tipc_node *n_ptr); | 43 | static void node_lost_contact(struct tipc_node *n_ptr); |
45 | static void node_established_contact(struct tipc_node *n_ptr); | 44 | static void node_established_contact(struct tipc_node *n_ptr); |
46 | 45 | ||