diff options
Diffstat (limited to 'net/tipc/net.c')
-rw-r--r-- | net/tipc/net.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/tipc/net.c b/net/tipc/net.c index 5b5cea259caf..7d305ecc09c2 100644 --- a/net/tipc/net.c +++ b/net/tipc/net.c | |||
@@ -171,7 +171,7 @@ void tipc_net_route_msg(struct sk_buff *buf) | |||
171 | tipc_link_send(buf, dnode, msg_link_selector(msg)); | 171 | tipc_link_send(buf, dnode, msg_link_selector(msg)); |
172 | } | 172 | } |
173 | 173 | ||
174 | int tipc_net_start(u32 addr) | 174 | void tipc_net_start(u32 addr) |
175 | { | 175 | { |
176 | char addr_string[16]; | 176 | char addr_string[16]; |
177 | 177 | ||
@@ -187,7 +187,6 @@ int tipc_net_start(u32 addr) | |||
187 | pr_info("Started in network mode\n"); | 187 | pr_info("Started in network mode\n"); |
188 | pr_info("Own node address %s, network identity %u\n", | 188 | pr_info("Own node address %s, network identity %u\n", |
189 | tipc_addr_string_fill(addr_string, tipc_own_addr), tipc_net_id); | 189 | tipc_addr_string_fill(addr_string, tipc_own_addr), tipc_net_id); |
190 | return 0; | ||
191 | } | 190 | } |
192 | 191 | ||
193 | void tipc_net_stop(void) | 192 | void tipc_net_stop(void) |