diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-03-24 20:14:16 -0300 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-03-31 14:22:57 -0300 |
commit | f3dd4f0f586b3a70734820b68c69985363e2d798 (patch) | |
tree | e540462348abdef0054ea684791d628b4a38db1c /include/net | |
parent | ce85ee13e6b5d078f4a6c3b02ba7cd0fa140c552 (diff) |
Bluetooth: Remove unused struct l2cap_conn item
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include/net')
-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 { struct sk_buff *rx_skb; __u32 rx_len; - __u8 rx_ident; __u8 tx_ident; __u8 disc_reason; |