From: Rami Rosen Date: Tue, 18 Dec 2012 09:48:01 +0000 (+0200) Subject: Bluetooth: remove an unused variable in a header file X-Git-Tag: firefly_0821_release~3680^2~921^2~28^2^2~62^2~49^2~33 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7952861f4a8d67b6624b2e6c92cd63bd11a332ce;p=firefly-linux-kernel-4.4.55.git Bluetooth: remove an unused variable in a header file This patch removes srej_queue_next from include/net/bluetooth/l2cap.h as it is not used. Signed-off-by: Rami Rosen Signed-off-by: Gustavo Padovan --- diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h index 7588ef44ebaf..cdd33021f831 100644 --- a/include/net/bluetooth/l2cap.h +++ b/include/net/bluetooth/l2cap.h @@ -496,7 +496,6 @@ struct l2cap_chan { __u16 frames_sent; __u16 unacked_frames; __u8 retry_count; - __u16 srej_queue_next; __u16 sdu_len; struct sk_buff *sdu; struct sk_buff *sdu_last_frag;