projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6b67c6
)
Bluetooth: remove an unused variable in a header file
author
Rami Rosen
<ramirose@gmail.com>
Tue, 18 Dec 2012 09:48:01 +0000
(11:48 +0200)
committer
Gustavo 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
patch
|
blob
|
history
diff --git
a/include/net/bluetooth/l2cap.h
b/include/net/bluetooth/l2cap.h
index 7588ef44ebaf22e7cc76a55a40a77166325791d0..cdd33021f831e8ce2eb7dff17992c2f40685aff6 100644
(file)
--- 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;