aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
Diffstat (limited to 'include/net')
-rw-r--r--include/net/bluetooth/l2cap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h
index d0baf4163261..3ca4fe30d75e 100644
--- a/include/net/bluetooth/l2cap.h
+++ b/include/net/bluetooth/l2cap.h
@@ -438,9 +438,7 @@ void l2cap_sock_init(struct sock *sk, struct sock *parent);
438struct sock *l2cap_sock_alloc(struct net *net, struct socket *sock, 438struct sock *l2cap_sock_alloc(struct net *net, struct socket *sock,
439 int proto, gfp_t prio); 439 int proto, gfp_t prio);
440 440
441int l2cap_sock_bind(struct socket *sock, struct sockaddr *addr, int alen);
442int l2cap_sock_connect(struct socket *sock, struct sockaddr *addr, int alen, int flags); 441int l2cap_sock_connect(struct socket *sock, struct sockaddr *addr, int alen, int flags);
443int l2cap_sock_listen(struct socket *sock, int backlog);
444int l2cap_sock_accept(struct socket *sock, struct socket *newsock, int flags); 442int l2cap_sock_accept(struct socket *sock, struct socket *newsock, int flags);
445int l2cap_sock_getname(struct socket *sock, struct sockaddr *addr, int *len, int peer); 443int l2cap_sock_getname(struct socket *sock, struct sockaddr *addr, int *len, int peer);
446int l2cap_sock_sendmsg(struct kiocb *iocb, struct socket *sock, struct msghdr *msg, size_t len); 444int l2cap_sock_sendmsg(struct kiocb *iocb, struct socket *sock, struct msghdr *msg, size_t len);