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 7fcc94998fea..93b9944a6a8b 100644 --- a/net/tipc/net.c +++ b/net/tipc/net.c | |||
@@ -38,7 +38,6 @@ | |||
38 | #include "net.h" | 38 | #include "net.h" |
39 | #include "name_distr.h" | 39 | #include "name_distr.h" |
40 | #include "subscr.h" | 40 | #include "subscr.h" |
41 | #include "port.h" | ||
42 | #include "socket.h" | 41 | #include "socket.h" |
43 | #include "node.h" | 42 | #include "node.h" |
44 | #include "config.h" | 43 | #include "config.h" |
@@ -111,7 +110,7 @@ int tipc_net_start(u32 addr) | |||
111 | 110 | ||
112 | tipc_own_addr = addr; | 111 | tipc_own_addr = addr; |
113 | tipc_named_reinit(); | 112 | tipc_named_reinit(); |
114 | tipc_port_reinit(); | 113 | tipc_sk_reinit(); |
115 | res = tipc_bclink_init(); | 114 | res = tipc_bclink_init(); |
116 | if (res) | 115 | if (res) |
117 | return res; | 116 | return res; |