diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-02-03 23:56:13 -0500 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-02-07 22:43:31 -0500 |
commit | 4e34c50bfe5ba87da1622cc7c6ed10712da255ad (patch) | |
tree | 1efef8e2e5f664c144bfcd4eee2f54863c43a152 /include/net/bluetooth/l2cap.h | |
parent | 99f4808db0c052f3c92a689ec2841618bf2ce14a (diff) |
Bluetooth: move l2cap_sock_connect() to l2cap_sock.c
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include/net/bluetooth/l2cap.h')
-rw-r--r-- | include/net/bluetooth/l2cap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h index 1905aad4ba0..b5ebf878ca2 100644 --- a/include/net/bluetooth/l2cap.h +++ b/include/net/bluetooth/l2cap.h | |||
@@ -437,8 +437,8 @@ void l2cap_sock_kill(struct sock *sk); | |||
437 | void l2cap_sock_init(struct sock *sk, struct sock *parent); | 437 | void l2cap_sock_init(struct sock *sk, struct sock *parent); |
438 | struct sock *l2cap_sock_alloc(struct net *net, struct socket *sock, | 438 | struct sock *l2cap_sock_alloc(struct net *net, struct socket *sock, |
439 | int proto, gfp_t prio); | 439 | int proto, gfp_t prio); |
440 | int l2cap_do_connect(struct sock *sk); | ||
440 | 441 | ||
441 | int l2cap_sock_connect(struct socket *sock, struct sockaddr *addr, int alen, int flags); | ||
442 | int l2cap_sock_sendmsg(struct kiocb *iocb, struct socket *sock, struct msghdr *msg, size_t len); | 442 | int l2cap_sock_sendmsg(struct kiocb *iocb, struct socket *sock, struct msghdr *msg, size_t len); |
443 | int l2cap_sock_recvmsg(struct kiocb *iocb, struct socket *sock, struct msghdr *msg, size_t len, int flags); | 443 | int l2cap_sock_recvmsg(struct kiocb *iocb, struct socket *sock, struct msghdr *msg, size_t len, int flags); |
444 | int l2cap_sock_shutdown(struct socket *sock, int how); | 444 | int l2cap_sock_shutdown(struct socket *sock, int how); |