aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGustavo F. Padovan <padovan@profusion.mobi>2011-02-04 00:35:20 -0500
committerGustavo F. Padovan <padovan@profusion.mobi>2011-02-07 22:46:02 -0500
commit6de0702b5b93da0ef097aa092b4597fbc024ebba (patch)
tree601d1ac548d2c5e83be23c9a81472665378e0503 /include
parent05fc1576dabb1defae3c8c0371fb9d21f7db997a (diff)
Bluetooth: move __l2cap_sock_close() to l2cap_sock.c
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include')
-rw-r--r--include/net/bluetooth/l2cap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h
index d4c93eded727..75ef0b2948f9 100644
--- a/include/net/bluetooth/l2cap.h
+++ b/include/net/bluetooth/l2cap.h
@@ -451,6 +451,8 @@ void l2cap_sock_kill(struct sock *sk);
451void l2cap_sock_init(struct sock *sk, struct sock *parent); 451void l2cap_sock_init(struct sock *sk, struct sock *parent);
452struct sock *l2cap_sock_alloc(struct net *net, struct socket *sock, 452struct sock *l2cap_sock_alloc(struct net *net, struct socket *sock,
453 int proto, gfp_t prio); 453 int proto, gfp_t prio);
454void l2cap_send_disconn_req(struct l2cap_conn *conn, struct sock *sk, int err);
455void l2cap_chan_del(struct sock *sk, int err);
454int l2cap_do_connect(struct sock *sk); 456int l2cap_do_connect(struct sock *sk);
455 457
456void l2cap_load(void); 458void l2cap_load(void);