diff options
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 1558eccb19db..8f1652ed3326 100644 --- a/include/net/bluetooth/l2cap.h +++ b/include/net/bluetooth/l2cap.h | |||
@@ -948,7 +948,7 @@ void l2cap_logical_cfm(struct l2cap_chan *chan, struct hci_chan *hchan, | |||
948 | void __l2cap_physical_cfm(struct l2cap_chan *chan, int result); | 948 | void __l2cap_physical_cfm(struct l2cap_chan *chan, int result); |
949 | 949 | ||
950 | void l2cap_conn_shutdown(struct l2cap_conn *conn, int err); | 950 | void l2cap_conn_shutdown(struct l2cap_conn *conn, int err); |
951 | void l2cap_conn_get(struct l2cap_conn *conn); | 951 | struct l2cap_conn *l2cap_conn_get(struct l2cap_conn *conn); |
952 | void l2cap_conn_put(struct l2cap_conn *conn); | 952 | void l2cap_conn_put(struct l2cap_conn *conn); |
953 | 953 | ||
954 | int l2cap_register_user(struct l2cap_conn *conn, struct l2cap_user *user); | 954 | int l2cap_register_user(struct l2cap_conn *conn, struct l2cap_user *user); |