Merge commit '33b458d276bb' into kvm-master
[cascardo/linux.git] / net / tipc / net.h
index 079daad..c6c2b46 100644 (file)
 #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