aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/l2cap.h
diff options
context:
space:
mode:
authorGustavo F. Padovan <padovan@profusion.mobi>2011-04-01 00:35:21 -0300
committerGustavo F. Padovan <padovan@profusion.mobi>2011-04-07 18:06:26 -0300
commit820ffdb3d25f74fbd553453f461709d52dfa72a2 (patch)
treee02640fe22d34177ef9b237a48128b900ddf6775 /include/net/bluetooth/l2cap.h
parentbaa7e1fa6d2870462bd744df1c6ddbd497fe86d6 (diff)
downloadkernel_samsung_smdk4412-820ffdb3d25f74fbd553453f461709d52dfa72a2.zip
kernel_samsung_smdk4412-820ffdb3d25f74fbd553453f461709d52dfa72a2.tar.gz
kernel_samsung_smdk4412-820ffdb3d25f74fbd553453f461709d52dfa72a2.tar.bz2
Bluetooth: Remove struct del_list
As we use struct list_head to keep L2CAP channels list the workaround with del_list is not needed anymore. Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include/net/bluetooth/l2cap.h')
-rw-r--r--include/net/bluetooth/l2cap.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h
index ddf4bc5..d24b51c 100644
--- a/include/net/bluetooth/l2cap.h
+++ b/include/net/bluetooth/l2cap.h
@@ -309,11 +309,6 @@ struct l2cap_conn {
rwlock_t chan_lock;
};
-struct sock_del_list {
- struct sock *sk;
- struct list_head list;
-};
-
#define L2CAP_INFO_CL_MTU_REQ_SENT 0x01
#define L2CAP_INFO_FEAT_MASK_REQ_SENT 0x04
#define L2CAP_INFO_FEAT_MASK_REQ_DONE 0x08