Bluetooth: Remove unused struct item
authorGustavo F. Padovan <padovan@profusion.mobi>
Tue, 22 Mar 2011 21:06:49 +0000 (18:06 -0300)
committerGustavo F. Padovan <padovan@profusion.mobi>
Thu, 31 Mar 2011 17:22:54 +0000 (14:22 -0300)
num in struct l2cap_chan_list isn't used anywhere.

Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
include/net/bluetooth/l2cap.h

index 4f4bff1..7a02625 100644 (file)
@@ -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 {