linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: remove an unused variable in a header file.
@ 2012-12-18  9:48 Rami Rosen
  2012-12-21  1:19 ` Gustavo Padovan
  0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2012-12-18  9:48 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: marcel, gustavo, johan.hedberg, Rami Rosen

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>
---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Bluetooth: remove an unused variable in a header file.
  2012-12-18  9:48 [PATCH] Bluetooth: remove an unused variable in a header file Rami Rosen
@ 2012-12-21  1:19 ` Gustavo Padovan
  0 siblings, 0 replies; 2+ messages in thread
From: Gustavo Padovan @ 2012-12-21  1:19 UTC (permalink / raw)
  To: Rami Rosen; +Cc: linux-bluetooth, marcel, johan.hedberg

Hi Rami,

* Rami Rosen <ramirose@gmail.com> [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 <ramirose@gmail.com>
> ---
>  include/net/bluetooth/l2cap.h | 1 -
>  1 file changed, 1 deletion(-)

Patch has been applied to bluetooth-next. Thanks.

	Gustavo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-12-21  1:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-18  9:48 [PATCH] Bluetooth: remove an unused variable in a header file Rami Rosen
2012-12-21  1:19 ` Gustavo Padovan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).