2012-12-18 09:48:01

by Rami Rosen

[permalink] [raw]
Subject: [PATCH] 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 <[email protected]>
---
include/net/bluetooth/l2cap.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h
index 7588ef4..cdd3302 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;
--
1.7.11.7


2012-12-21 01:19:20

by Gustavo Padovan

[permalink] [raw]
Subject: Re: [PATCH] Bluetooth: remove an unused variable in a header file.

Hi Rami,

* Rami Rosen <[email protected]> [2012-12-18 11:48:01 +0200]:

> This patch removes srej_queue_next from include/net/bluetooth/l2cap.h as it
> is not used.
>
> Signed-off-by: Rami Rosen <[email protected]>
> ---
> include/net/bluetooth/l2cap.h | 1 -
> 1 file changed, 1 deletion(-)

Patch has been applied to bluetooth-next. Thanks.

Gustavo