linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] Bluetooth: Make l2cap_ertm_data_rcv static
@ 2012-01-17 10:42 Szymon Janc
  2012-01-17 10:42 ` [PATCH 2/2] Bluetooth: Remove not needed l2cap_ertm_data_rcv forward declaration Szymon Janc
  2012-01-17 12:22 ` [PATCH 1/2] Bluetooth: Make l2cap_ertm_data_rcv static Andrei Emeltchenko
  0 siblings, 2 replies; 4+ messages in thread
From: Szymon Janc @ 2012-01-17 10:42 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: kanak.gupta, Szymon Janc

It is not used outside of l2cap_core.c.

Signed-off-by: Szymon Janc <szymon.janc@tieto.com>
---
 net/bluetooth/l2cap_core.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/bluetooth/l2cap_core.c b/net/bluetooth/l2cap_core.c
index 0087db8..d66c368 100644
--- a/net/bluetooth/l2cap_core.c
+++ b/net/bluetooth/l2cap_core.c
@@ -4139,7 +4139,7 @@ static inline int l2cap_data_channel_sframe(struct l2cap_chan *chan, u32 rx_cont
 	return 0;
 }
 
-int l2cap_ertm_data_rcv(struct l2cap_chan *chan, struct sk_buff *skb)
+static int l2cap_ertm_data_rcv(struct l2cap_chan *chan, struct sk_buff *skb)
 {
 	u32 control;
 	u16 req_seq;
-- 
on behalf of ST-Ericsson


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

end of thread, other threads:[~2012-01-20 13:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-17 10:42 [PATCH 1/2] Bluetooth: Make l2cap_ertm_data_rcv static Szymon Janc
2012-01-17 10:42 ` [PATCH 2/2] Bluetooth: Remove not needed l2cap_ertm_data_rcv forward declaration Szymon Janc
2012-01-17 12:22 ` [PATCH 1/2] Bluetooth: Make l2cap_ertm_data_rcv static Andrei Emeltchenko
2012-01-20 13:25   ` Andrei Emeltchenko

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