diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-03-22 22:06:49 +0100 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-03-31 19:22:54 +0200 |
commit | b0d2199d6ff9f788b324fe54b1f783aff83502c4 (patch) | |
tree | 56245a889a684558d137143b97b6fb066eabef10 /include/net | |
parent | Bluetooth: mgmt: Add support for setting the local name (diff) | |
download | linux-b0d2199d6ff9f788b324fe54b1f783aff83502c4.tar.xz linux-b0d2199d6ff9f788b324fe54b1f783aff83502c4.zip |
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')
-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 { struct l2cap_chan_list { struct sock *head; rwlock_t lock; - long num; }; struct l2cap_conn { |