From: Gustavo F. Padovan Date: Thu, 24 Mar 2011 23:14:16 +0000 (-0300) Subject: Bluetooth: Remove unused struct l2cap_conn item X-Git-Tag: v3.0-rc2~7^2~16^2~94^2~81 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f3dd4f0f586b3a70734820b68c69985363e2d798;p=platform%2Fkernel%2Flinux-3.10.git Bluetooth: Remove unused struct l2cap_conn item Signed-off-by: Gustavo F. Padovan --- diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h index 7a02625..2b9ca0d 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;