aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/l2cap.h
diff options
context:
space:
mode:
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>2013-10-21 18:22:26 -0200
committerMarcel Holtmann <marcel@holtmann.org>2013-10-21 13:50:56 -0700
commitd78a32a8fcf775111ccc9ba611a08ca5c29784b6 (patch)
tree039a7bfd8ad840946390f9940381c3ebfa5cfba5 /include/net/bluetooth/l2cap.h
parentBluetooth: Use bt_cb(skb)->chan to send raw data back (diff)
downloadlinux-dev-d78a32a8fcf775111ccc9ba611a08ca5c29784b6.tar.xz
linux-dev-d78a32a8fcf775111ccc9ba611a08ca5c29784b6.zip
Bluetooth: Remove sk member from struct l2cap_chan
There is no access to chan->sk in L2CAP core now. This change marks the end of the task of splitting L2CAP between Core and Socket, thus sk is now gone from struct l2cap_chan. Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net/bluetooth/l2cap.h')
-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 3d922b938141..51329905bfaa 100644
--- a/include/net/bluetooth/l2cap.h
+++ b/include/net/bluetooth/l2cap.h
@@ -435,8 +435,6 @@ struct l2cap_seq_list {
#define L2CAP_SEQ_LIST_TAIL 0x8000
struct l2cap_chan {
- struct sock *sk;
-
struct l2cap_conn *conn;
struct hci_conn *hs_hcon;
struct hci_chan *hs_hchan;