Bluetooth: remove an unused variable in a header file
authorRami Rosen <ramirose@gmail.com>
Tue, 18 Dec 2012 09:48:01 +0000 (11:48 +0200)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Wed, 9 Jan 2013 19:05:05 +0000 (17:05 -0200)
This patch removes srej_queue_next from include/net/bluetooth/l2cap.h as it
is not used.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
include/net/bluetooth/l2cap.h

index 7588ef44ebaf22e7cc76a55a40a77166325791d0..cdd33021f831e8ce2eb7dff17992c2f40685aff6 100644 (file)
@@ -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;