Commit b0d2199d authored by Gustavo F. Padovan's avatar Gustavo F. Padovan

Bluetooth: Remove unused struct item

num in struct l2cap_chan_list isn't used anywhere.
Signed-off-by: default avatarGustavo F. Padovan <padovan@profusion.mobi>
parent b312b161
...@@ -280,7 +280,6 @@ struct l2cap_conn_param_update_rsp { ...@@ -280,7 +280,6 @@ struct l2cap_conn_param_update_rsp {
struct l2cap_chan_list { struct l2cap_chan_list {
struct sock *head; struct sock *head;
rwlock_t lock; rwlock_t lock;
long num;
}; };
struct l2cap_conn { struct l2cap_conn {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment