]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/net/bluetooth/rfcomm.h
Merge remote-tracking branch 'net-next/master'
[karo-tx-linux.git] / include / net / bluetooth / rfcomm.h
index 7afd4199d6b6cfab22c74fb6bf0544a887bbd5af..b7f43e76a5c5664a32d313866a72d42a11544d20 100644 (file)
@@ -256,8 +256,8 @@ static inline void rfcomm_dlc_put(struct rfcomm_dlc *d)
                rfcomm_dlc_free(d);
 }
 
-extern void __rfcomm_dlc_throttle(struct rfcomm_dlc *d);
-extern void __rfcomm_dlc_unthrottle(struct rfcomm_dlc *d);
+void __rfcomm_dlc_throttle(struct rfcomm_dlc *d);
+void __rfcomm_dlc_unthrottle(struct rfcomm_dlc *d);
 
 static inline void rfcomm_dlc_throttle(struct rfcomm_dlc *d)
 {