Bluetooth: Remove unused struct item
num in struct l2cap_chan_list isn't used anywhere. Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user