From: Gustavo F. Padovan Date: Tue, 22 Mar 2011 21:06:49 +0000 (-0300) Subject: Bluetooth: Remove unused struct item X-Git-Tag: v3.0-rc2~7^2~16^2~536^2~27 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=b0d2199d6ff9f788b324fe54b1f783aff83502c4;p=~emulex%2Finfiniband.git Bluetooth: Remove unused struct item num in struct l2cap_chan_list isn't used anywhere. Signed-off-by: Gustavo F. Padovan --- diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h index 4f4bff1eaed..7a0262524a5 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 {