diff options
Diffstat (limited to 'net/tipc/net.h')
-rw-r--r-- | net/tipc/net.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/tipc/net.h b/net/tipc/net.h index 079daadb3f72..59ef3388be2c 100644 --- a/net/tipc/net.h +++ b/net/tipc/net.h @@ -37,11 +37,7 @@ #ifndef _TIPC_NET_H #define _TIPC_NET_H -extern rwlock_t tipc_net_lock; - -void tipc_net_route_msg(struct sk_buff *buf); - -void tipc_net_start(u32 addr); +int tipc_net_start(u32 addr); void tipc_net_stop(void); #endif |