Merge tag 'batadv-net-for-davem-20160914' of git://git.open-mesh.org/linux-merge
[cascardo/linux.git] / include / net / llc_if.h
index f0cb909..8d5c543 100644 (file)
@@ -62,8 +62,7 @@
 #define LLC_STATUS_CONFLICT    7 /* disconnect conn */
 #define LLC_STATUS_RESET_DONE  8 /*  */
 
-extern int llc_establish_connection(struct sock *sk, u8 *lmac,
-                                   u8 *dmac, u8 dsap);
-extern int llc_build_and_send_pkt(struct sock *sk, struct sk_buff *skb);
-extern int llc_send_disc(struct sock *sk);
+int llc_establish_connection(struct sock *sk, u8 *lmac, u8 *dmac, u8 dsap);
+int llc_build_and_send_pkt(struct sock *sk, struct sk_buff *skb);
+int llc_send_disc(struct sock *sk);
 #endif /* LLC_IF_H */