aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo F. Padovan <padovan@profusion.mobi>2011-03-24 19:14:16 -0400
committerGustavo F. Padovan <padovan@profusion.mobi>2011-03-31 13:22:57 -0400
commitf3dd4f0f586b3a70734820b68c69985363e2d798 (patch)
treee540462348abdef0054ea684791d628b4a38db1c
parentce85ee13e6b5d078f4a6c3b02ba7cd0fa140c552 (diff)
Bluetooth: Remove unused struct l2cap_conn item
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
-rw-r--r--include/net/bluetooth/l2cap.h1
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;