diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-03-22 17:06:49 -0400 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-03-31 13:22:54 -0400 |
commit | b0d2199d6ff9f788b324fe54b1f783aff83502c4 (patch) | |
tree | 56245a889a684558d137143b97b6fb066eabef10 /include/net/bluetooth/l2cap.h | |
parent | b312b161ecb833b1bce5c4a97853f4a4f40c7901 (diff) |
Bluetooth: Remove unused struct item
num in struct l2cap_chan_list isn't used anywhere.
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include/net/bluetooth/l2cap.h')
-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 4f4bff1eaed6..7a0262524a50 100644 --- a/include/net/bluetooth/l2cap.h +++ b/include/net/bluetooth/l2cap.h | |||
@@ -280,7 +280,6 @@ struct l2cap_conn_param_update_rsp { | |||
280 | struct l2cap_chan_list { | 280 | struct l2cap_chan_list { |
281 | struct sock *head; | 281 | struct sock *head; |
282 | rwlock_t lock; | 282 | rwlock_t lock; |
283 | long num; | ||
284 | }; | 283 | }; |
285 | 284 | ||
286 | struct l2cap_conn { | 285 | struct l2cap_conn { |