diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-02-03 23:42:23 -0500 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-02-07 22:43:30 -0500 |
commit | c47b7c724bc7106acf602b2ce99922a2d14ea62b (patch) | |
tree | 28dc23a5a4e3641fa4d55b70bc5d6c8adec30be8 /include/net/bluetooth | |
parent | af6bcd8205ac06fa1de98b2b28303157fb9c3dfc (diff) |
Bluetooth: move l2cap_sock_accept() to l2cap_sock.c
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r-- | include/net/bluetooth/l2cap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h index 3ca4fe30d75e..7921b6b980cb 100644 --- a/include/net/bluetooth/l2cap.h +++ b/include/net/bluetooth/l2cap.h | |||
@@ -439,7 +439,6 @@ struct sock *l2cap_sock_alloc(struct net *net, struct socket *sock, | |||
439 | int proto, gfp_t prio); | 439 | int proto, gfp_t prio); |
440 | 440 | ||
441 | int l2cap_sock_connect(struct socket *sock, struct sockaddr *addr, int alen, int flags); | 441 | int l2cap_sock_connect(struct socket *sock, struct sockaddr *addr, int alen, int flags); |
442 | int l2cap_sock_accept(struct socket *sock, struct socket *newsock, int flags); | ||
443 | int l2cap_sock_getname(struct socket *sock, struct sockaddr *addr, int *len, int peer); | 442 | int l2cap_sock_getname(struct socket *sock, struct sockaddr *addr, int *len, int peer); |
444 | int l2cap_sock_sendmsg(struct kiocb *iocb, struct socket *sock, struct msghdr *msg, size_t len); | 443 | int l2cap_sock_sendmsg(struct kiocb *iocb, struct socket *sock, struct msghdr *msg, size_t len); |
445 | int l2cap_sock_recvmsg(struct kiocb *iocb, struct socket *sock, struct msghdr *msg, size_t len, int flags); | 444 | int l2cap_sock_recvmsg(struct kiocb *iocb, struct socket *sock, struct msghdr *msg, size_t len, int flags); |