diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-03-24 19:14:16 -0400 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-03-31 13:22:57 -0400 |
commit | f3dd4f0f586b3a70734820b68c69985363e2d798 (patch) | |
tree | e540462348abdef0054ea684791d628b4a38db1c | |
parent | ce85ee13e6b5d078f4a6c3b02ba7cd0fa140c552 (diff) |
Bluetooth: Remove unused struct l2cap_conn item
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
-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 7a0262524a50..2b9ca0d5c4a0 100644 --- a/include/net/bluetooth/l2cap.h +++ b/include/net/bluetooth/l2cap.h | |||
@@ -301,7 +301,6 @@ struct l2cap_conn { | |||
301 | 301 | ||
302 | struct sk_buff *rx_skb; | 302 | struct sk_buff *rx_skb; |
303 | __u32 rx_len; | 303 | __u32 rx_len; |
304 | __u8 rx_ident; | ||
305 | __u8 tx_ident; | 304 | __u8 tx_ident; |
306 | 305 | ||
307 | __u8 disc_reason; | 306 | __u8 disc_reason; |